Html Css Color HEX #58260E Baker's Chocolate

📋 copy color: '#58260E'

red 88 ◦ green 38 ◦ blue 14

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

Shades of Baker's Chocolate #58260E

Tints of Baker's Chocolate #58260E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.14%

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

R = 62.86%
G = 27.14%
B = 10%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#58260E (or 0x58260E) is known color: Baker's Chocolate. HEX triplet: 58, 26 and 0E. RGB value is (88,38,14). Sum of RGB (Red+Green+Blue) = 88+38+14=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #58260E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58260E is #A7D9F1. Grayscale: #323232. Windows color (decimal): -11000306 or 927320. OLE color: 927320.

HSL color Cylindrical-coordinate representation of color #58260E: hue angle of 19.46º 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 #58260E is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 38 14 -
CMYK 0 0.57 0.84 0.65
HSL 19.46º 0.73% 0.2% -
HSV(B) 19.46º 0.84% 0.35% -
XYZ 4.8 3.49 0.84 -
YUV 50.21 107.57 154.95 -
System Red Green Blue C M Y K H S L
Decimal 88 38 14 0 0.57 0.84 0.65 19.46 0.73 0.2
Hex 58 26 E 0 39 54 41 13 49 14
Octal 130 46 16 0 71 124 101 23 111 24
Binary 1011000 100110 1110 0 111001 1010100 1000001 10011 1001001 10100

Color Harmonies of #58260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58260E

Black with #58260E

Text Example


Text Example

White with #58260E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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