Html Css Color HEX #582205 Baker's Chocolate

📋 copy color: '#582205'

red 88 ◦ green 34 ◦ blue 5

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

Shades of Baker's Chocolate #582205

Tints of Baker's Chocolate #582205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.94%

R = 69.29%
G = 26.77%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#582205 (or 0x582205) is known color: Baker's Chocolate. HEX triplet: 58, 22 and 05. RGB value is (88,34,5). Sum of RGB (Red+Green+Blue) = 88+34+5=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #582205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582205 is #A7DDFA. Grayscale: #2F2F2F. Windows color (decimal): -11001339 or 336472. OLE color: 336472.

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

Color convert

RGB 88 34 5 -
CMYK 0 0.61 0.94 0.65
HSL 20.96º 0.89% 0.18% -
HSV(B) 20.96º 0.94% 0.35% -
XYZ 4.62 3.23 0.52 -
YUV 46.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 88 34 5 0 0.61 0.94 0.65 20.96 0.89 0.18
Hex 58 22 5 0 3D 5E 41 15 59 12
Octal 130 42 5 0 75 136 101 25 131 22
Binary 1011000 100010 101 0 111101 1011110 1000001 10101 1011001 10010

Color Harmonies of #582205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582205

Black with #582205

Text Example


Text Example

White with #582205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582205; }

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

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

background-color css

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

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

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

border-color css

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

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

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