Html Css Color HEX #532201 Baker's Chocolate

📋 copy color: '#532201'

red 83 ◦ green 34 ◦ blue 1

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

Shades of Baker's Chocolate #532201

Tints of Baker's Chocolate #532201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.81%

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

R = 70.34%
G = 28.81%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#532201 (or 0x532201) is known color: Baker's Chocolate. HEX triplet: 53, 22 and 01. RGB value is (83,34,1). Sum of RGB (Red+Green+Blue) = 83+34+1=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #532201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532201 is #ACDDFE. Grayscale: #2D2D2D. Windows color (decimal): -11329023 or 74323. OLE color: 74323.

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

Color convert

RGB 83 34 1 -
CMYK 0 0.59 0.99 0.67
HSL 24.15º 0.98% 0.16% -
HSV(B) 24.15º 0.99% 0.33% -
XYZ 4.14 2.99 0.39 -
YUV 44.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 83 34 1 0 0.59 0.99 0.67 24.15 0.98 0.16
Hex 53 22 1 0 3B 63 43 18 62 10
Octal 123 42 1 0 73 143 103 30 142 20
Binary 1010011 100010 1 0 111011 1100011 1000011 11000 1100010 10000

Color Harmonies of #532201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532201

Black with #532201

Text Example


Text Example

White with #532201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532201; }

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

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

background-color css

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

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

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

border-color css

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

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

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