Html Css Color HEX #532109 Baker's Chocolate

📋 copy color: '#532109'

red 83 ◦ green 33 ◦ blue 9

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

Shades of Baker's Chocolate #532109

Tints of Baker's Chocolate #532109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.4%

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

R = 66.4%
G = 26.4%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#532109 (or 0x532109) is known color: Baker's Chocolate. HEX triplet: 53, 21 and 09. RGB value is (83,33,9). Sum of RGB (Red+Green+Blue) = 83+33+9=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #532109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532109 is #ACDEF6. Grayscale: #2D2D2D. Windows color (decimal): -11329271 or 598355. OLE color: 598355.

HSL color Cylindrical-coordinate representation of color #532109: hue angle of 19.46º 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 #532109 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 33 9 -
CMYK 0 0.60 0.89 0.67
HSL 19.46º 0.8% 0.18% -
HSV(B) 19.46º 0.89% 0.33% -
XYZ 4.16 2.95 0.61 -
YUV 45.21 107.57 154.95 -
System Red Green Blue C M Y K H S L
Decimal 83 33 9 0 0.60 0.89 0.67 19.46 0.8 0.18
Hex 53 21 9 0 3C 59 43 13 50 12
Octal 123 41 11 0 74 131 103 23 120 22
Binary 1010011 100001 1001 0 111100 1011001 1000011 10011 1010000 10010

Color Harmonies of #532109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532109

Black with #532109

Text Example


Text Example

White with #532109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532109; }

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

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

background-color css

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

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

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

border-color css

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

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

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