Html Css Color HEX #58210A Baker's Chocolate

📋 copy color: '#58210A'

red 88 ◦ green 33 ◦ blue 10

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

Shades of Baker's Chocolate #58210A

Tints of Baker's Chocolate #58210A

RGB

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

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

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

R = 67.18%
G = 25.19%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#58210A (or 0x58210A) is known color: Baker's Chocolate. HEX triplet: 58, 21 and 0A. RGB value is (88,33,10). Sum of RGB (Red+Green+Blue) = 88+33+10=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #58210A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58210A is #A7DEF5. Grayscale: #2E2E2E. Windows color (decimal): -11001590 or 663896. OLE color: 663896.

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

Color convert

RGB 88 33 10 -
CMYK 0 0.62 0.89 0.65
HSL 17.69º 0.8% 0.19% -
HSV(B) 17.69º 0.89% 0.35% -
XYZ 4.62 3.18 0.66 -
YUV 46.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 88 33 10 0 0.62 0.89 0.65 17.69 0.8 0.19
Hex 58 21 A 0 3E 59 41 12 50 13
Octal 130 41 12 0 76 131 101 22 120 23
Binary 1011000 100001 1010 0 111110 1011001 1000001 10010 1010000 10011

Color Harmonies of #58210A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58210A

Black with #58210A

Text Example


Text Example

White with #58210A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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