Html Css Color HEX #532909 Baker's Chocolate

📋 copy color: '#532909'

red 83 ◦ green 41 ◦ blue 9

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

Shades of Baker's Chocolate #532909

Tints of Baker's Chocolate #532909

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.83%

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

R = 62.41%
G = 30.83%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#532909 (or 0x532909) is known color: Baker's Chocolate. HEX triplet: 53, 29 and 09. RGB value is (83,41,9). Sum of RGB (Red+Green+Blue) = 83+41+9=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #532909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532909 is #ACD6F6. Grayscale: #323232. Windows color (decimal): -11327223 or 600403. OLE color: 600403.

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

Color convert

RGB 83 41 9 -
CMYK 0 0.51 0.89 0.67
HSL 25.95º 0.8% 0.18% -
HSV(B) 25.95º 0.89% 0.33% -
XYZ 4.41 3.44 0.69 -
YUV 49.91 104.91 151.6 -
System Red Green Blue C M Y K H S L
Decimal 83 41 9 0 0.51 0.89 0.67 25.95 0.8 0.18
Hex 53 29 9 0 33 59 43 1A 50 12
Octal 123 51 11 0 63 131 103 32 120 22
Binary 1010011 101001 1001 0 110011 1011001 1000011 11010 1010000 10010

Color Harmonies of #532909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532909

Black with #532909

Text Example


Text Example

White with #532909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532909; }

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

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

background-color css

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

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

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

border-color css

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

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

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