Html Css Color HEX #532C09 Baker's Chocolate

📋 copy color: '#532C09'

red 83 ◦ green 44 ◦ blue 9

#532C09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #532C09

Tints of Baker's Chocolate #532C09

RGB

 RED value IS 83 (32.81% from 255) = 61.03%

 GREEN value IS 44 (17.58% from 255) = 32.35%

 BLUE value IS 9 (3.91% from 255) = 6.62%

R = 61.03%
G = 32.35%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#532C09 (or 0x532C09) is known color: Baker's Chocolate. HEX triplet: 53, 2C and 09. RGB value is (83,44,9). Sum of RGB (Red+Green+Blue) = 83+44+9=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #532C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532C09 is #ACD3F6. Grayscale: #333333. Windows color (decimal): -11326455 or 601171. OLE color: 601171.

HSL color Cylindrical-coordinate representation of color #532C09: hue angle of 28.38º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #532C09 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 44 9 -
CMYK 0 0.47 0.89 0.67
HSL 28.38º 0.8% 0.18% -
HSV(B) 28.38º 0.89% 0.33% -
XYZ 4.52 3.66 0.73 -
YUV 51.67 103.92 150.35 -
System Red Green Blue C M Y K H S L
Decimal 83 44 9 0 0.47 0.89 0.67 28.38 0.8 0.18
Hex 53 2C 9 0 2F 59 43 1C 50 12
Octal 123 54 11 0 57 131 103 34 120 22
Binary 1010011 101100 1001 0 101111 1011001 1000011 11100 1010000 10010

Color Harmonies of #532C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C09

Black with #532C09

Text Example


Text Example

White with #532C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532C09; }

 p { color: rgb(83,44,9); }

 H1.HeaderClassName
 {
   color: #532C09;
 }
 .AnyTagClassName
 {
   color: #532C09;
 }
</style>

background-color css

<style>
 a { background-color: #532C09; }

 a { background-color: rgb(83,44,9); }

 div.DivClassName
 {
   background-color: #532C09;
 }
 .BgClassName
 {
   background-color: #532C09;
 }
</style>

border-color css

<style>
 span { border-color: #532C09; }

 span { border-color: rgb(83,44,9); }

 td.TdClassName
 {
   border-color: #532C09;
 }
 .TagClassName
 {
   border-color: #532C09;
 }
</style>