Html Css Color HEX #582200 Baker's Chocolate

📋 copy color: '#582200'

red 88 ◦ green 34 ◦ blue 0

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

Shades of Baker's Chocolate #582200

Tints of Baker's Chocolate #582200

RGB

 RED value IS 88 (34.77% from 255) = 72.13%

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

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

R = 72.13%
G = 27.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#582200 (or 0x582200) is known color: Baker's Chocolate. HEX triplet: 58, 22 and 00. RGB value is (88,34,0). Sum of RGB (Red+Green+Blue) = 88+34+0=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #582200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582200 is #A7DDFF. Grayscale: #2E2E2E. Windows color (decimal): -11001344 or 8792. OLE color: 8792.

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

Color convert

RGB 88 34 0 -
CMYK 0 0.61 1 0.65
HSL 23.18º 1% 0.17% -
HSV(B) 23.18º 1% 0.35% -
XYZ 4.6 3.22 0.38 -
YUV 46.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 88 34 0 0 0.61 1 0.65 23.18 1 0.17
Hex 58 22 0 0 3D 64 41 17 64 11
Octal 130 42 0 0 75 144 101 27 144 21
Binary 1011000 100010 0 0 111101 1100100 1000001 10111 1100100 10001

Color Harmonies of #582200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582200

Black with #582200

Text Example


Text Example

White with #582200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582200; }

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

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

background-color css

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

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

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

border-color css

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

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

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