Html Css Color HEX #58210B Baker's Chocolate

📋 copy color: '#58210B'

red 88 ◦ green 33 ◦ blue 11

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

Shades of Baker's Chocolate #58210B

Tints of Baker's Chocolate #58210B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25%

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

R = 66.67%
G = 25%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#58210B (or 0x58210B) is known color: Baker's Chocolate. HEX triplet: 58, 21 and 0B. RGB value is (88,33,11). Sum of RGB (Red+Green+Blue) = 88+33+11=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #58210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58210B is #A7DEF4. Grayscale: #2F2F2F. Windows color (decimal): -11001589 or 729432. OLE color: 729432.

HSL color Cylindrical-coordinate representation of color #58210B: hue angle of 17.14º 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 #58210B is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 33 11 -
CMYK 0 0.62 0.88 0.65
HSL 17.14º 0.78% 0.19% -
HSV(B) 17.14º 0.88% 0.35% -
XYZ 4.63 3.19 0.69 -
YUV 46.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 88 33 11 0 0.62 0.88 0.65 17.14 0.78 0.19
Hex 58 21 B 0 3E 58 41 11 4E 13
Octal 130 41 13 0 76 130 101 21 116 23
Binary 1011000 100001 1011 0 111110 1011000 1000001 10001 1001110 10011

Color Harmonies of #58210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58210B

Black with #58210B

Text Example


Text Example

White with #58210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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