Html Css Color HEX #58250F Baker's Chocolate

📋 copy color: '#58250F'

red 88 ◦ green 37 ◦ blue 15

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

Shades of Baker's Chocolate #58250F

Tints of Baker's Chocolate #58250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.71%

R = 62.86%
G = 26.43%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#58250F (or 0x58250F) is known color: Baker's Chocolate. HEX triplet: 58, 25 and 0F. RGB value is (88,37,15). Sum of RGB (Red+Green+Blue) = 88+37+15=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #58250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58250F is #A7DAF0. Grayscale: #313131. Windows color (decimal): -11000561 or 992600. OLE color: 992600.

HSL color Cylindrical-coordinate representation of color #58250F: hue angle of 18.08º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58250F is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 37 15 -
CMYK 0 0.58 0.83 0.65
HSL 18.08º 0.71% 0.2% -
HSV(B) 18.08º 0.83% 0.35% -
XYZ 4.77 3.43 0.86 -
YUV 49.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 88 37 15 0 0.58 0.83 0.65 18.08 0.71 0.2
Hex 58 25 F 0 3A 53 41 12 47 14
Octal 130 45 17 0 72 123 101 22 107 24
Binary 1011000 100101 1111 0 111010 1010011 1000001 10010 1000111 10100

Color Harmonies of #58250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58250F

Black with #58250F

Text Example


Text Example

White with #58250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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