Html Css Color HEX #532002 Baker's Chocolate

📋 copy color: '#532002'

red 83 ◦ green 32 ◦ blue 2

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

Shades of Baker's Chocolate #532002

Tints of Baker's Chocolate #532002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.71%

R = 70.94%
G = 27.35%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#532002 (or 0x532002) is known color: Baker's Chocolate. HEX triplet: 53, 20 and 02. RGB value is (83,32,2). Sum of RGB (Red+Green+Blue) = 83+32+2=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #532002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532002 is #ACDFFD. Grayscale: #2C2C2C. Windows color (decimal): -11329534 or 139347. OLE color: 139347.

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

Color convert

RGB 83 32 2 -
CMYK 0 0.61 0.98 0.67
HSL 22.22º 0.95% 0.17% -
HSV(B) 22.22º 0.98% 0.33% -
XYZ 4.09 2.88 0.4 -
YUV 43.83 104.4 155.94 -
System Red Green Blue C M Y K H S L
Decimal 83 32 2 0 0.61 0.98 0.67 22.22 0.95 0.17
Hex 53 20 2 0 3D 62 43 16 5F 11
Octal 123 40 2 0 75 142 103 26 137 21
Binary 1010011 100000 10 0 111101 1100010 1000011 10110 1011111 10001

Color Harmonies of #532002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532002

Black with #532002

Text Example


Text Example

White with #532002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532002; }

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

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

background-color css

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

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

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

border-color css

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

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

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