Html Css Color HEX #532200 Baker's Chocolate

📋 copy color: '#532200'

red 83 ◦ green 34 ◦ blue 0

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

Shades of Baker's Chocolate #532200

Tints of Baker's Chocolate #532200

RGB

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

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

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

R = 70.94%
G = 29.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#532200 (or 0x532200) is known color: Baker's Chocolate. HEX triplet: 53, 22 and 00. RGB value is (83,34,0). Sum of RGB (Red+Green+Blue) = 83+34+0=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #532200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532200 is #ACDDFF. Grayscale: #2C2C2C. Windows color (decimal): -11329024 or 8787. OLE color: 8787.

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

Color convert

RGB 83 34 0 -
CMYK 0 0.59 1 0.67
HSL 24.58º 1% 0.16% -
HSV(B) 24.58º 1% 0.33% -
XYZ 4.14 2.98 0.36 -
YUV 44.78 102.73 155.26 -
System Red Green Blue C M Y K H S L
Decimal 83 34 0 0 0.59 1 0.67 24.58 1 0.16
Hex 53 22 0 0 3B 64 43 19 64 10
Octal 123 42 0 0 73 144 103 31 144 20
Binary 1010011 100010 0 0 111011 1100100 1000011 11001 1100100 10000

Color Harmonies of #532200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532200

Black with #532200

Text Example


Text Example

White with #532200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532200; }

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

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

background-color css

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

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

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

border-color css

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

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

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