Html Css Color HEX #532506 Baker's Chocolate

📋 copy color: '#532506'

red 83 ◦ green 37 ◦ blue 6

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

Shades of Baker's Chocolate #532506

Tints of Baker's Chocolate #532506

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.37%

 BLUE value IS 6 (2.73% from 255) = 4.76%

R = 65.87%
G = 29.37%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#532506 (or 0x532506) is known color: Baker's Chocolate. HEX triplet: 53, 25 and 06. RGB value is (83,37,6). Sum of RGB (Red+Green+Blue) = 83+37+6=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #532506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532506 is #ACDAF9. Grayscale: #2F2F2F. Windows color (decimal): -11328250 or 402771. OLE color: 402771.

HSL color Cylindrical-coordinate representation of color #532506: hue angle of 24.16º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #532506 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 37 6 -
CMYK 0 0.55 0.93 0.67
HSL 24.16º 0.87% 0.17% -
HSV(B) 24.16º 0.93% 0.33% -
XYZ 4.26 3.18 0.56 -
YUV 47.22 104.74 153.52 -
System Red Green Blue C M Y K H S L
Decimal 83 37 6 0 0.55 0.93 0.67 24.16 0.87 0.17
Hex 53 25 6 0 37 5D 43 18 57 11
Octal 123 45 6 0 67 135 103 30 127 21
Binary 1010011 100101 110 0 110111 1011101 1000011 11000 1010111 10001

Color Harmonies of #532506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532506

Black with #532506

Text Example


Text Example

White with #532506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532506; }

 p { color: rgb(83,37,6); }

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

background-color css

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

 a { background-color: rgb(83,37,6); }

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

border-color css

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

 span { border-color: rgb(83,37,6); }

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