Html Css Color HEX #532001 Baker's Chocolate

📋 copy color: '#532001'

red 83 ◦ green 32 ◦ blue 1

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

Shades of Baker's Chocolate #532001

Tints of Baker's Chocolate #532001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.86%

R = 71.55%
G = 27.59%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#532001 (or 0x532001) is known color: Baker's Chocolate. HEX triplet: 53, 20 and 01. RGB value is (83,32,1). Sum of RGB (Red+Green+Blue) = 83+32+1=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #532001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532001 is #ACDFFE. Grayscale: #2B2B2B. Windows color (decimal): -11329535 or 73811. OLE color: 73811.

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

Color convert

RGB 83 32 1 -
CMYK 0 0.61 0.99 0.67
HSL 22.68º 0.98% 0.16% -
HSV(B) 22.68º 0.99% 0.33% -
XYZ 4.09 2.87 0.37 -
YUV 43.72 103.9 156.02 -
System Red Green Blue C M Y K H S L
Decimal 83 32 1 0 0.61 0.99 0.67 22.68 0.98 0.16
Hex 53 20 1 0 3D 63 43 17 62 10
Octal 123 40 1 0 75 143 103 27 142 20
Binary 1010011 100000 1 0 111101 1100011 1000011 10111 1100010 10000

Color Harmonies of #532001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532001

Black with #532001

Text Example


Text Example

White with #532001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532001; }

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

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

background-color css

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

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

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

border-color css

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

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

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