Html Css Color HEX #532811 Baker's Chocolate

📋 copy color: '#532811'

red 83 ◦ green 40 ◦ blue 17

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

Shades of Baker's Chocolate #532811

Tints of Baker's Chocolate #532811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.57%

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

R = 59.29%
G = 28.57%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#532811 (or 0x532811) is known color: Baker's Chocolate. HEX triplet: 53, 28 and 11. RGB value is (83,40,17). Sum of RGB (Red+Green+Blue) = 83+40+17=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #532811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532811 is #ACD7EE. Grayscale: #323232. Windows color (decimal): -11327471 or 1124435. OLE color: 1124435.

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

Color convert

RGB 83 40 17 -
CMYK 0 0.52 0.80 0.67
HSL 20.91º 0.66% 0.2% -
HSV(B) 20.91º 0.8% 0.33% -
XYZ 4.43 3.4 0.95 -
YUV 50.24 109.25 151.37 -
System Red Green Blue C M Y K H S L
Decimal 83 40 17 0 0.52 0.80 0.67 20.91 0.66 0.2
Hex 53 28 11 0 34 50 43 15 42 14
Octal 123 50 21 0 64 120 103 25 102 24
Binary 1010011 101000 10001 0 110100 1010000 1000011 10101 1000010 10100

Color Harmonies of #532811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532811

Black with #532811

Text Example


Text Example

White with #532811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532811; }

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

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

background-color css

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

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

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

border-color css

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

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

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