#62280C

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

Shades of Baker's Chocolate #62280C

Tints of Baker's Chocolate #62280C

Color information

#62280C (or 0x62280C) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 28 and 0C. RGB value is (98,40,12). Sum of RGB (Red+Green+Blue) = 98+40+12=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #62280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62280C is #9DD7F3. Grayscale: #363636. Windows color (decimal): -10344436 or 796770. OLE color: 796770.

HSL color Cylindrical-coordinate representation of color #62280C: hue angle of 19.53º 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 #62280C is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB984012-
CMYK00.590.880.62
HSL19.53º78.18%21.57%-
HSV(B)19.53º87.76%38.43%-
XYZ5.864.140.84-
YUV54.15104.22159.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.33%
GREEN value IS 40 (16.02% from 255) = 26.67%
BLUE value IS 12 (5.08% from 255) = 8%
R=65.33%
G=26.67%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98401200.590.880.6219.5378.1821.57
Hex6228C03B583E144e16
Octal1425014073130762411626
Binary110001010100011000111011101100011111010100100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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