Html Css Color HEX #532000 Baker's Chocolate

📋 copy color: '#532000'

red 83 ◦ green 32 ◦ blue 0

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

Shades of Baker's Chocolate #532000

Tints of Baker's Chocolate #532000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.17%
G = 27.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#532000 (or 0x532000) is known color: Baker's Chocolate. HEX triplet: 53, 20 and 00. RGB value is (83,32,0). Sum of RGB (Red+Green+Blue) = 83+32+0=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #532000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532000 is #ACDFFF. Grayscale: #2B2B2B. Windows color (decimal): -11329536 or 8275. OLE color: 8275.

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

Color convert

RGB 83 32 0 -
CMYK 0 0.61 1 0.67
HSL 23.13º 1% 0.16% -
HSV(B) 23.13º 1% 0.33% -
XYZ 4.08 2.87 0.34 -
YUV 43.6 103.4 156.1 -
System Red Green Blue C M Y K H S L
Decimal 83 32 0 0 0.61 1 0.67 23.13 1 0.16
Hex 53 20 0 0 3D 64 43 17 64 10
Octal 123 40 0 0 75 144 103 27 144 20
Binary 1010011 100000 0 0 111101 1100100 1000011 10111 1100100 10000

Color Harmonies of #532000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532000

Black with #532000

Text Example


Text Example

White with #532000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532000; }

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

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

background-color css

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

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

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

border-color css

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

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

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