Html Css Color HEX #58280E Baker's Chocolate

📋 copy color: '#58280E'

red 88 ◦ green 40 ◦ blue 14

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

Shades of Baker's Chocolate #58280E

Tints of Baker's Chocolate #58280E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.17%

 BLUE value IS 14 (5.86% from 255) = 9.86%

R = 61.97%
G = 28.17%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#58280E (or 0x58280E) is known color: Baker's Chocolate. HEX triplet: 58, 28 and 0E. RGB value is (88,40,14). Sum of RGB (Red+Green+Blue) = 88+40+14=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #58280E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58280E is #A7D7F1. Grayscale: #333333. Windows color (decimal): -10999794 or 927832. OLE color: 927832.

HSL color Cylindrical-coordinate representation of color #58280E: hue angle of 21.08º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58280E is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 40 14 -
CMYK 0 0.55 0.84 0.65
HSL 21.08º 0.73% 0.2% -
HSV(B) 21.08º 0.84% 0.35% -
XYZ 4.86 3.62 0.86 -
YUV 51.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 88 40 14 0 0.55 0.84 0.65 21.08 0.73 0.2
Hex 58 28 E 0 37 54 41 15 49 14
Octal 130 50 16 0 67 124 101 25 111 24
Binary 1011000 101000 1110 0 110111 1010100 1000001 10101 1001001 10100

Color Harmonies of #58280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58280E

Black with #58280E

Text Example


Text Example

White with #58280E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58280E; }

 p { color: rgb(88,40,14); }

 H1.HeaderClassName
 {
   color: #58280E;
 }
 .AnyTagClassName
 {
   color: #58280E;
 }
</style>

background-color css

<style>
 a { background-color: #58280E; }

 a { background-color: rgb(88,40,14); }

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

border-color css

<style>
 span { border-color: #58280E; }

 span { border-color: rgb(88,40,14); }

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