Html Css Color HEX #532003 Baker's Chocolate

📋 copy color: '#532003'

red 83 ◦ green 32 ◦ blue 3

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

Shades of Baker's Chocolate #532003

Tints of Baker's Chocolate #532003

RGB

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

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

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

R = 70.34%
G = 27.12%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#532003 (or 0x532003) is known color: Baker's Chocolate. HEX triplet: 53, 20 and 03. RGB value is (83,32,3). Sum of RGB (Red+Green+Blue) = 83+32+3=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #532003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532003 is #ACDFFC. Grayscale: #2C2C2C. Windows color (decimal): -11329533 or 204883. OLE color: 204883.

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

Color convert

RGB 83 32 3 -
CMYK 0 0.61 0.96 0.67
HSL 21.75º 0.93% 0.17% -
HSV(B) 21.75º 0.96% 0.33% -
XYZ 4.1 2.88 0.43 -
YUV 43.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 83 32 3 0 0.61 0.96 0.67 21.75 0.93 0.17
Hex 53 20 3 0 3D 60 43 16 5D 11
Octal 123 40 3 0 75 140 103 26 135 21
Binary 1010011 100000 11 0 111101 1100000 1000011 10110 1011101 10001

Color Harmonies of #532003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532003

Black with #532003

Text Example


Text Example

White with #532003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532003; }

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

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

background-color css

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

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

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

border-color css

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

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

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