Html Css Color HEX #533206 Baker's Chocolate

📋 copy color: '#533206'

red 83 ◦ green 50 ◦ blue 6

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

Shades of Baker's Chocolate #533206

Tints of Baker's Chocolate #533206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.97%

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

R = 59.71%
G = 35.97%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#533206 (or 0x533206) is known color: Baker's Chocolate. HEX triplet: 53, 32 and 06. RGB value is (83,50,6). Sum of RGB (Red+Green+Blue) = 83+50+6=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #533206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533206 is #ACCDF9. Grayscale: #373737. Windows color (decimal): -11324922 or 406099. OLE color: 406099.

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

Color convert

RGB 83 50 6 -
CMYK 0 0.40 0.93 0.67
HSL 34.29º 0.87% 0.17% -
HSV(B) 34.29º 0.93% 0.33% -
XYZ 4.74 4.13 0.72 -
YUV 54.85 100.43 148.08 -
System Red Green Blue C M Y K H S L
Decimal 83 50 6 0 0.40 0.93 0.67 34.29 0.87 0.17
Hex 53 32 6 0 28 5D 43 22 57 11
Octal 123 62 6 0 50 135 103 42 127 21
Binary 1010011 110010 110 0 101000 1011101 1000011 100010 1010111 10001

Color Harmonies of #533206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533206

Black with #533206

Text Example


Text Example

White with #533206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533206; }

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

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

background-color css

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

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

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

border-color css

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

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

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