#58250B

Color #58250B Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #58250B

Tints of Baker's Chocolate #58250B

Color information

#58250B (or 0x58250B) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 25 and 0B. RGB value is (88,37,11). Sum of RGB (Red+Green+Blue) = 88+37+11=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #58250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58250B is #A7DAF4. Grayscale: #313131. Windows color (decimal): -11000565 or 730456. OLE color: 730456.

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

Color convert

RGB883711-
CMYK00.580.880.65
HSL20.26º77.78%19.41%-
HSV(B)20.26º87.5%34.51%-
XYZ4.753.420.73-
YUV49.28106.4155.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.71%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 11 (4.69% from 255) = 8.09%
R=64.71%
G=27.21%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88371100.580.880.6520.2677.7819.41
Hex5825B03A5841144e13
Octal13045130721301012411623
Binary1011000100101101101110101011000100000110100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58250B;
 }
 .AnyTagClassName
 {
   color: #58250B;
 }
</style>
background-color css

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

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

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

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

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

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