Html Css Color HEX #58250E Baker's Chocolate

📋 copy color: '#58250E'

red 88 ◦ green 37 ◦ blue 14

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

Shades of Baker's Chocolate #58250E

Tints of Baker's Chocolate #58250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.62%

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

R = 63.31%
G = 26.62%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#58250E (or 0x58250E) is known color: Baker's Chocolate. HEX triplet: 58, 25 and 0E. RGB value is (88,37,14). Sum of RGB (Red+Green+Blue) = 88+37+14=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #58250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58250E is #A7DAF1. Grayscale: #313131. Windows color (decimal): -11000562 or 927064. OLE color: 927064.

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

Color convert

RGB 88 37 14 -
CMYK 0 0.58 0.84 0.65
HSL 18.65º 0.73% 0.2% -
HSV(B) 18.65º 0.84% 0.35% -
XYZ 4.77 3.43 0.83 -
YUV 49.63 107.9 155.37 -
System Red Green Blue C M Y K H S L
Decimal 88 37 14 0 0.58 0.84 0.65 18.65 0.73 0.2
Hex 58 25 E 0 3A 54 41 13 49 14
Octal 130 45 16 0 72 124 101 23 111 24
Binary 1011000 100101 1110 0 111010 1010100 1000001 10011 1001001 10100

Color Harmonies of #58250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58250E

Black with #58250E

Text Example


Text Example

White with #58250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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