Html Css Color HEX #532005 Baker's Chocolate

📋 copy color: '#532005'

red 83 ◦ green 32 ◦ blue 5

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

Shades of Baker's Chocolate #532005

Tints of Baker's Chocolate #532005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.67%

 BLUE value IS 5 (2.34% from 255) = 4.17%

R = 69.17%
G = 26.67%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#532005 (or 0x532005) is known color: Baker's Chocolate. HEX triplet: 53, 20 and 05. RGB value is (83,32,5). Sum of RGB (Red+Green+Blue) = 83+32+5=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #532005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532005 is #ACDFFA. Grayscale: #2C2C2C. Windows color (decimal): -11329531 or 335955. OLE color: 335955.

HSL color Cylindrical-coordinate representation of color #532005: hue angle of 20.77º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #532005 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 32 5 -
CMYK 0 0.61 0.94 0.67
HSL 20.77º 0.89% 0.17% -
HSV(B) 20.77º 0.94% 0.33% -
XYZ 4.11 2.88 0.48 -
YUV 44.17 105.9 155.7 -
System Red Green Blue C M Y K H S L
Decimal 83 32 5 0 0.61 0.94 0.67 20.77 0.89 0.17
Hex 53 20 5 0 3D 5E 43 15 59 11
Octal 123 40 5 0 75 136 103 25 131 21
Binary 1010011 100000 101 0 111101 1011110 1000011 10101 1011001 10001

Color Harmonies of #532005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532005

Black with #532005

Text Example


Text Example

White with #532005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532005; }

 p { color: rgb(83,32,5); }

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

background-color css

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

 a { background-color: rgb(83,32,5); }

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

border-color css

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

 span { border-color: rgb(83,32,5); }

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