Html Css Color HEX #58200B Baker's Chocolate

📋 copy color: '#58200B'

red 88 ◦ green 32 ◦ blue 11

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

Shades of Baker's Chocolate #58200B

Tints of Baker's Chocolate #58200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.4%

R = 67.18%
G = 24.43%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#58200B (or 0x58200B) is known color: Baker's Chocolate. HEX triplet: 58, 20 and 0B. RGB value is (88,32,11). Sum of RGB (Red+Green+Blue) = 88+32+11=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #58200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58200B is #A7DFF4. Grayscale: #2E2E2E. Windows color (decimal): -11001845 or 729176. OLE color: 729176.

HSL color Cylindrical-coordinate representation of color #58200B: hue angle of 16.36º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58200B is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 32 11 -
CMYK 0 0.64 0.88 0.65
HSL 16.36º 0.78% 0.19% -
HSV(B) 16.36º 0.88% 0.35% -
XYZ 4.6 3.13 0.68 -
YUV 46.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 88 32 11 0 0.64 0.88 0.65 16.36 0.78 0.19
Hex 58 20 B 0 40 58 41 10 4E 13
Octal 130 40 13 0 100 130 101 20 116 23
Binary 1011000 100000 1011 0 1000000 1011000 1000001 10000 1001110 10011

Color Harmonies of #58200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58200B

Black with #58200B

Text Example


Text Example

White with #58200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58200B; }

 p { color: rgb(88,32,11); }

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

background-color css

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

 a { background-color: rgb(88,32,11); }

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

border-color css

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

 span { border-color: rgb(88,32,11); }

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