Html Css Color HEX #532911 Baker's Chocolate

📋 copy color: '#532911'

red 83 ◦ green 41 ◦ blue 17

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

Shades of Baker's Chocolate #532911

Tints of Baker's Chocolate #532911

RGB

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

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

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

R = 58.87%
G = 29.08%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#532911 (or 0x532911) is known color: Baker's Chocolate. HEX triplet: 53, 29 and 11. RGB value is (83,41,17). Sum of RGB (Red+Green+Blue) = 83+41+17=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #532911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532911 is #ACD6EE. Grayscale: #323232. Windows color (decimal): -11327215 or 1124691. OLE color: 1124691.

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

Color convert

RGB 83 41 17 -
CMYK 0 0.51 0.80 0.67
HSL 21.82º 0.66% 0.2% -
HSV(B) 21.82º 0.8% 0.33% -
XYZ 4.46 3.47 0.96 -
YUV 50.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 83 41 17 0 0.51 0.80 0.67 21.82 0.66 0.2
Hex 53 29 11 0 33 50 43 16 42 14
Octal 123 51 21 0 63 120 103 26 102 24
Binary 1010011 101001 10001 0 110011 1010000 1000011 10110 1000010 10100

Color Harmonies of #532911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532911

Black with #532911

Text Example


Text Example

White with #532911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532911; }

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

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

background-color css

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

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

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

border-color css

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

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

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