Html Css Color HEX #532912 Baker's Chocolate

📋 copy color: '#532912'

red 83 ◦ green 41 ◦ blue 18

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

Shades of Baker's Chocolate #532912

Tints of Baker's Chocolate #532912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.87%

 BLUE value IS 18 (7.42% from 255) = 12.68%

R = 58.45%
G = 28.87%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#532912 (or 0x532912) is known color: Baker's Chocolate. HEX triplet: 53, 29 and 12. RGB value is (83,41,18). Sum of RGB (Red+Green+Blue) = 83+41+18=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #532912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532912 is #ACD6ED. Grayscale: #333333. Windows color (decimal): -11327214 or 1190227. OLE color: 1190227.

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

Color convert

RGB 83 41 18 -
CMYK 0 0.51 0.78 0.67
HSL 21.23º 0.64% 0.2% -
HSV(B) 21.23º 0.78% 0.33% -
XYZ 4.47 3.47 1.01 -
YUV 50.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 83 41 18 0 0.51 0.78 0.67 21.23 0.64 0.2
Hex 53 29 12 0 33 4E 43 15 40 14
Octal 123 51 22 0 63 116 103 25 100 24
Binary 1010011 101001 10010 0 110011 1001110 1000011 10101 1000000 10100

Color Harmonies of #532912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532912

Black with #532912

Text Example


Text Example

White with #532912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532912; }

 p { color: rgb(83,41,18); }

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

background-color css

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

 a { background-color: rgb(83,41,18); }

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

border-color css

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

 span { border-color: rgb(83,41,18); }

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