Html Css Color HEX #533811 Baker's Chocolate

📋 copy color: '#533811'

red 83 ◦ green 56 ◦ blue 17

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

Shades of Baker's Chocolate #533811

Tints of Baker's Chocolate #533811

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.9%

 BLUE value IS 17 (7.03% from 255) = 10.9%

R = 53.21%
G = 35.9%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#533811 (or 0x533811) is known color: Baker's Chocolate. HEX triplet: 53, 38 and 11. RGB value is (83,56,17). Sum of RGB (Red+Green+Blue) = 83+56+17=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #533811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533811 is #ACC7EE. Grayscale: #3B3B3B. Windows color (decimal): -11323375 or 1128531. OLE color: 1128531.

HSL color Cylindrical-coordinate representation of color #533811: hue angle of 35.45º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #533811 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 56 17 -
CMYK 0 0.33 0.80 0.67
HSL 35.45º 0.66% 0.2% -
HSV(B) 35.45º 0.8% 0.33% -
XYZ 5.08 4.71 1.17 -
YUV 59.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 83 56 17 0 0.33 0.80 0.67 35.45 0.66 0.2
Hex 53 38 11 0 21 50 43 23 42 14
Octal 123 70 21 0 41 120 103 43 102 24
Binary 1010011 111000 10001 0 100001 1010000 1000011 100011 1000010 10100

Color Harmonies of #533811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533811

Black with #533811

Text Example


Text Example

White with #533811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533811; }

 p { color: rgb(83,56,17); }

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

background-color css

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

 a { background-color: rgb(83,56,17); }

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

border-color css

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

 span { border-color: rgb(83,56,17); }

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