Html Css Color HEX #58210C Baker's Chocolate

📋 copy color: '#58210C'

red 88 ◦ green 33 ◦ blue 12

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

Shades of Baker's Chocolate #58210C

Tints of Baker's Chocolate #58210C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.02%

R = 66.17%
G = 24.81%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#58210C (or 0x58210C) is known color: Baker's Chocolate. HEX triplet: 58, 21 and 0C. RGB value is (88,33,12). Sum of RGB (Red+Green+Blue) = 88+33+12=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #58210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58210C is #A7DEF3. Grayscale: #2F2F2F. Windows color (decimal): -11001588 or 794968. OLE color: 794968.

HSL color Cylindrical-coordinate representation of color #58210C: hue angle of 16.58º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #58210C is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 33 12 -
CMYK 0 0.62 0.86 0.65
HSL 16.58º 0.76% 0.2% -
HSV(B) 16.58º 0.86% 0.35% -
XYZ 4.63 3.19 0.72 -
YUV 47.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 88 33 12 0 0.62 0.86 0.65 16.58 0.76 0.2
Hex 58 21 C 0 3E 56 41 11 4C 14
Octal 130 41 14 0 76 126 101 21 114 24
Binary 1011000 100001 1100 0 111110 1010110 1000001 10001 1001100 10100

Color Harmonies of #58210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58210C

Black with #58210C

Text Example


Text Example

White with #58210C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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