Html Css Color HEX #532A11 Baker's Chocolate

📋 copy color: '#532A11'

red 83 ◦ green 42 ◦ blue 17

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

Shades of Baker's Chocolate #532A11

Tints of Baker's Chocolate #532A11

RGB

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

 GREEN value IS 42 (16.8% from 255) = 29.58%

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

R = 58.45%
G = 29.58%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#532A11 (or 0x532A11) is known color: Baker's Chocolate. HEX triplet: 53, 2A and 11. RGB value is (83,42,17). Sum of RGB (Red+Green+Blue) = 83+42+17=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #532A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532A11 is #ACD5EE. Grayscale: #333333. Windows color (decimal): -11326959 or 1124947. OLE color: 1124947.

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

Color convert

RGB 83 42 17 -
CMYK 0 0.49 0.80 0.67
HSL 22.73º 0.66% 0.2% -
HSV(B) 22.73º 0.8% 0.33% -
XYZ 4.5 3.54 0.98 -
YUV 51.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 83 42 17 0 0.49 0.80 0.67 22.73 0.66 0.2
Hex 53 2A 11 0 31 50 43 17 42 14
Octal 123 52 21 0 61 120 103 27 102 24
Binary 1010011 101010 10001 0 110001 1010000 1000011 10111 1000010 10100

Color Harmonies of #532A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532A11

Black with #532A11

Text Example


Text Example

White with #532A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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