Html Css Color HEX #58240A Baker's Chocolate

📋 copy color: '#58240A'

red 88 ◦ green 36 ◦ blue 10

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

Shades of Baker's Chocolate #58240A

Tints of Baker's Chocolate #58240A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.87%

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

R = 65.67%
G = 26.87%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#58240A (or 0x58240A) is known color: Baker's Chocolate. HEX triplet: 58, 24 and 0A. RGB value is (88,36,10). Sum of RGB (Red+Green+Blue) = 88+36+10=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #58240A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58240A is #A7DBF5. Grayscale: #303030. Windows color (decimal): -11000822 or 664664. OLE color: 664664.

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

Color convert

RGB 88 36 10 -
CMYK 0 0.59 0.89 0.65
HSL 20º 0.8% 0.19% -
HSV(B) 20º 0.89% 0.35% -
XYZ 4.71 3.36 0.69 -
YUV 48.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 88 36 10 0 0.59 0.89 0.65 20 0.8 0.19
Hex 58 24 A 0 3B 59 41 14 50 13
Octal 130 44 12 0 73 131 101 24 120 23
Binary 1011000 100100 1010 0 111011 1011001 1000001 10100 1010000 10011

Color Harmonies of #58240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58240A

Black with #58240A

Text Example


Text Example

White with #58240A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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