Html Css Color HEX #533708 Baker's Chocolate

📋 copy color: '#533708'

red 83 ◦ green 55 ◦ blue 8

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

Shades of Baker's Chocolate #533708

Tints of Baker's Chocolate #533708

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.67%

 BLUE value IS 8 (3.52% from 255) = 5.48%

R = 56.85%
G = 37.67%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#533708 (or 0x533708) is known color: Baker's Chocolate. HEX triplet: 53, 37 and 08. RGB value is (83,55,8). Sum of RGB (Red+Green+Blue) = 83+55+8=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #533708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533708 is #ACC8F7. Grayscale: #3A3A3A. Windows color (decimal): -11323640 or 538451. OLE color: 538451.

HSL color Cylindrical-coordinate representation of color #533708: hue angle of 37.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #533708 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 55 8 -
CMYK 0 0.34 0.90 0.67
HSL 37.6º 0.82% 0.18% -
HSV(B) 37.6º 0.9% 0.33% -
XYZ 4.98 4.59 0.85 -
YUV 58.01 99.78 145.82 -
System Red Green Blue C M Y K H S L
Decimal 83 55 8 0 0.34 0.90 0.67 37.6 0.82 0.18
Hex 53 37 8 0 22 5A 43 26 52 12
Octal 123 67 10 0 42 132 103 46 122 22
Binary 1010011 110111 1000 0 100010 1011010 1000011 100110 1010010 10010

Color Harmonies of #533708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533708

Black with #533708

Text Example


Text Example

White with #533708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533708; }

 p { color: rgb(83,55,8); }

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

background-color css

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

 a { background-color: rgb(83,55,8); }

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

border-color css

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

 span { border-color: rgb(83,55,8); }

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