Html Css Color HEX #522003 Baker's Chocolate

📋 copy color: '#522003'

red 82 ◦ green 32 ◦ blue 3

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

Shades of Baker's Chocolate #522003

Tints of Baker's Chocolate #522003

RGB

 RED value IS 82 (32.42% from 255) = 70.09%

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

 BLUE value IS 3 (1.56% from 255) = 2.56%

R = 70.09%
G = 27.35%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#522003 (or 0x522003) is known color: Baker's Chocolate. HEX triplet: 52, 20 and 03. RGB value is (82,32,3). Sum of RGB (Red+Green+Blue) = 82+32+3=117 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.09% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 82 - color contains mainly: red. Hex color #522003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522003 is #ADDFFC. Grayscale: #2B2B2B. Windows color (decimal): -11395069 or 204882. OLE color: 204882.

HSL color Cylindrical-coordinate representation of color #522003: hue angle of 22.03º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #522003 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 32 3 -
CMYK 0 0.61 0.96 0.68
HSL 22.03º 0.93% 0.17% -
HSV(B) 22.03º 0.96% 0.32% -
XYZ 4.01 2.83 0.42 -
YUV 43.64 105.07 155.36 -
System Red Green Blue C M Y K H S L
Decimal 82 32 3 0 0.61 0.96 0.68 22.03 0.93 0.17
Hex 52 20 3 0 3D 60 44 16 5D 11
Octal 122 40 3 0 75 140 104 26 135 21
Binary 1010010 100000 11 0 111101 1100000 1000100 10110 1011101 10001

Color Harmonies of #522003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522003

Black with #522003

Text Example


Text Example

White with #522003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522003; }

 p { color: rgb(82,32,3); }

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

background-color css

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

 a { background-color: rgb(82,32,3); }

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

border-color css

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

 span { border-color: rgb(82,32,3); }

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