#62250B

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

Shades of Baker's Chocolate #62250B

Tints of Baker's Chocolate #62250B

Color information

#62250B (or 0x62250B) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 25 and 0B. RGB value is (98,37,11). Sum of RGB (Red+Green+Blue) = 98+37+11=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #62250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62250B is #9DDAF4. Grayscale: #343434. Windows color (decimal): -10345205 or 730466. OLE color: 730466.

HSL color Cylindrical-coordinate representation of color #62250B: hue angle of 17.93º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62250B is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB983711-
CMYK00.620.890.62
HSL17.93º79.82%21.37%-
HSV(B)17.93º88.78%38.43%-
XYZ5.763.940.77-
YUV52.28104.71160.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.12%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 11 (4.69% from 255) = 7.53%
R=67.12%
G=25.34%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98371100.620.890.6217.9379.8221.37
Hex6225B03E593E125015
Octal1424513076131762212025
Binary110001010010110110111110101100111111010010101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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