Html Css Color HEX #58220A Baker's Chocolate

📋 copy color: '#58220A'

red 88 ◦ green 34 ◦ blue 10

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

Shades of Baker's Chocolate #58220A

Tints of Baker's Chocolate #58220A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.58%

R = 66.67%
G = 25.76%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#58220A (or 0x58220A) is known color: Baker's Chocolate. HEX triplet: 58, 22 and 0A. RGB value is (88,34,10). Sum of RGB (Red+Green+Blue) = 88+34+10=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #58220A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58220A is #A7DDF5. Grayscale: #2F2F2F. Windows color (decimal): -11001334 or 664152. OLE color: 664152.

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

Color convert

RGB 88 34 10 -
CMYK 0 0.61 0.89 0.65
HSL 18.46º 0.8% 0.19% -
HSV(B) 18.46º 0.89% 0.35% -
XYZ 4.65 3.24 0.67 -
YUV 47.41 106.89 156.95 -
System Red Green Blue C M Y K H S L
Decimal 88 34 10 0 0.61 0.89 0.65 18.46 0.8 0.19
Hex 58 22 A 0 3D 59 41 12 50 13
Octal 130 42 12 0 75 131 101 22 120 23
Binary 1011000 100010 1010 0 111101 1011001 1000001 10010 1010000 10011

Color Harmonies of #58220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58220A

Black with #58220A

Text Example


Text Example

White with #58220A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58220A; }

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

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

background-color css

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

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

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

border-color css

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

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

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