Html Css Color HEX #533506 Baker's Chocolate

📋 copy color: '#533506'

red 83 ◦ green 53 ◦ blue 6

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

Shades of Baker's Chocolate #533506

Tints of Baker's Chocolate #533506

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.32%

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

R = 58.45%
G = 37.32%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#533506 (or 0x533506) is known color: Baker's Chocolate. HEX triplet: 53, 35 and 06. RGB value is (83,53,6). Sum of RGB (Red+Green+Blue) = 83+53+6=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #533506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533506 is #ACCAF9. Grayscale: #383838. Windows color (decimal): -11324154 or 406867. OLE color: 406867.

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

Color convert

RGB 83 53 6 -
CMYK 0 0.36 0.93 0.67
HSL 36.62º 0.87% 0.17% -
HSV(B) 36.62º 0.93% 0.33% -
XYZ 4.87 4.4 0.76 -
YUV 56.61 99.44 146.82 -
System Red Green Blue C M Y K H S L
Decimal 83 53 6 0 0.36 0.93 0.67 36.62 0.87 0.17
Hex 53 35 6 0 24 5D 43 25 57 11
Octal 123 65 6 0 44 135 103 45 127 21
Binary 1010011 110101 110 0 100100 1011101 1000011 100101 1010111 10001

Color Harmonies of #533506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533506

Black with #533506

Text Example


Text Example

White with #533506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533506; }

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

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

background-color css

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

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

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

border-color css

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

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

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