Html Css Color HEX #533306 Baker's Chocolate

📋 copy color: '#533306'

red 83 ◦ green 51 ◦ blue 6

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

Shades of Baker's Chocolate #533306

Tints of Baker's Chocolate #533306

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.43%

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

R = 59.29%
G = 36.43%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#533306 (or 0x533306) is known color: Baker's Chocolate. HEX triplet: 53, 33 and 06. RGB value is (83,51,6). Sum of RGB (Red+Green+Blue) = 83+51+6=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #533306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533306 is #ACCCF9. Grayscale: #373737. Windows color (decimal): -11324666 or 406355. OLE color: 406355.

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

Color convert

RGB 83 51 6 -
CMYK 0 0.39 0.93 0.67
HSL 35.06º 0.87% 0.17% -
HSV(B) 35.06º 0.93% 0.33% -
XYZ 4.78 4.22 0.73 -
YUV 55.44 100.1 147.66 -
System Red Green Blue C M Y K H S L
Decimal 83 51 6 0 0.39 0.93 0.67 35.06 0.87 0.17
Hex 53 33 6 0 27 5D 43 23 57 11
Octal 123 63 6 0 47 135 103 43 127 21
Binary 1010011 110011 110 0 100111 1011101 1000011 100011 1010111 10001

Color Harmonies of #533306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533306

Black with #533306

Text Example


Text Example

White with #533306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533306; }

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

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

background-color css

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

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

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

border-color css

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

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

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