#62390C

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

Shades of Baker's Chocolate #62390C

Tints of Baker's Chocolate #62390C

Color information

#62390C (or 0x62390C) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 39 and 0C. RGB value is (98,57,12). Sum of RGB (Red+Green+Blue) = 98+57+12=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #62390C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62390C is #9DC6F3. Grayscale: #404040. Windows color (decimal): -10340084 or 801122. OLE color: 801122.

HSL color Cylindrical-coordinate representation of color #62390C: hue angle of 31.4º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62390C is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB985712-
CMYK00.420.880.62
HSL31.4º78.18%21.57%-
HSV(B)31.4º87.76%38.43%-
XYZ6.575.551.07-
YUV64.1398.58152.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.68%
GREEN value IS 57 (22.66% from 255) = 34.13%
BLUE value IS 12 (5.08% from 255) = 7.19%
R=58.68%
G=34.13%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98571200.420.880.6231.478.1821.57
Hex6239C02A583E1f4e16
Octal1427114052130763711626
Binary110001011100111000101010101100011111011111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62390C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62390C; }

 p { color: rgb(98,57,12); }

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

<style>
 a { background-color: #62390C; }

 a { background-color: rgb(98,57,12); }

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

<style>
 span { border-color: #62390C; }

 span { border-color: rgb(98,57,12); }

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