Html Css Color HEX #532810 Baker's Chocolate

📋 copy color: '#532810'

red 83 ◦ green 40 ◦ blue 16

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

Shades of Baker's Chocolate #532810

Tints of Baker's Chocolate #532810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.51%

R = 59.71%
G = 28.78%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#532810 (or 0x532810) is known color: Baker's Chocolate. HEX triplet: 53, 28 and 10. RGB value is (83,40,16). Sum of RGB (Red+Green+Blue) = 83+40+16=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #532810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532810 is #ACD7EF. Grayscale: #323232. Windows color (decimal): -11327472 or 1058899. OLE color: 1058899.

HSL color Cylindrical-coordinate representation of color #532810: hue angle of 21.49º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #532810 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 40 16 -
CMYK 0 0.52 0.81 0.67
HSL 21.49º 0.68% 0.19% -
HSV(B) 21.49º 0.81% 0.33% -
XYZ 4.42 3.39 0.91 -
YUV 50.12 108.75 151.45 -
System Red Green Blue C M Y K H S L
Decimal 83 40 16 0 0.52 0.81 0.67 21.49 0.68 0.19
Hex 53 28 10 0 34 51 43 15 44 13
Octal 123 50 20 0 64 121 103 25 104 23
Binary 1010011 101000 10000 0 110100 1010001 1000011 10101 1000100 10011

Color Harmonies of #532810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532810

Black with #532810

Text Example


Text Example

White with #532810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532810; }

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

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

background-color css

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

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

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

border-color css

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

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

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