Html Css Color HEX #533408 Baker's Chocolate

📋 copy color: '#533408'

red 83 ◦ green 52 ◦ blue 8

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

Shades of Baker's Chocolate #533408

Tints of Baker's Chocolate #533408

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.36%

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

R = 58.04%
G = 36.36%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#533408 (or 0x533408) is known color: Baker's Chocolate. HEX triplet: 53, 34 and 08. RGB value is (83,52,8). Sum of RGB (Red+Green+Blue) = 83+52+8=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #533408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533408 is #ACCBF7. Grayscale: #383838. Windows color (decimal): -11324408 or 537683. OLE color: 537683.

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

Color convert

RGB 83 52 8 -
CMYK 0 0.37 0.90 0.67
HSL 35.2º 0.82% 0.18% -
HSV(B) 35.2º 0.9% 0.33% -
XYZ 4.84 4.31 0.81 -
YUV 56.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 83 52 8 0 0.37 0.90 0.67 35.2 0.82 0.18
Hex 53 34 8 0 25 5A 43 23 52 12
Octal 123 64 10 0 45 132 103 43 122 22
Binary 1010011 110100 1000 0 100101 1011010 1000011 100011 1010010 10010

Color Harmonies of #533408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533408

Black with #533408

Text Example


Text Example

White with #533408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533408; }

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

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

background-color css

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

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

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

border-color css

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

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

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