Html Css Color HEX #533508 Baker's Chocolate

📋 copy color: '#533508'

red 83 ◦ green 53 ◦ blue 8

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

Shades of Baker's Chocolate #533508

Tints of Baker's Chocolate #533508

RGB

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

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

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

R = 57.64%
G = 36.81%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#533508 (or 0x533508) is known color: Baker's Chocolate. HEX triplet: 53, 35 and 08. RGB value is (83,53,8). Sum of RGB (Red+Green+Blue) = 83+53+8=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #533508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533508 is #ACCAF7. Grayscale: #393939. Windows color (decimal): -11324152 or 537939. OLE color: 537939.

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

Color convert

RGB 83 53 8 -
CMYK 0 0.36 0.90 0.67
HSL 36º 0.82% 0.18% -
HSV(B) 36º 0.9% 0.33% -
XYZ 4.88 4.4 0.82 -
YUV 56.84 100.44 146.66 -
System Red Green Blue C M Y K H S L
Decimal 83 53 8 0 0.36 0.90 0.67 36 0.82 0.18
Hex 53 35 8 0 24 5A 43 24 52 12
Octal 123 65 10 0 44 132 103 44 122 22
Binary 1010011 110101 1000 0 100100 1011010 1000011 100100 1010010 10010

Color Harmonies of #533508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533508

Black with #533508

Text Example


Text Example

White with #533508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533508; }

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

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

background-color css

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

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

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

border-color css

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

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

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