#62280E

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

Shades of Baker's Chocolate #62280E

Tints of Baker's Chocolate #62280E

Color information

#62280E (or 0x62280E) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 28 and 0E. RGB value is (98,40,14). Sum of RGB (Red+Green+Blue) = 98+40+14=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #62280E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62280E is #9DD7F1. Grayscale: #363636. Windows color (decimal): -10344434 or 927842. OLE color: 927842.

HSL color Cylindrical-coordinate representation of color #62280E: hue angle of 18.57º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62280E is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB984014-
CMYK00.590.860.62
HSL18.57º75%21.96%-
HSV(B)18.57º85.71%38.43%-
XYZ5.884.150.91-
YUV54.38105.22159.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.47%
GREEN value IS 40 (16.02% from 255) = 26.32%
BLUE value IS 14 (5.86% from 255) = 9.21%
R=64.47%
G=26.32%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98401400.590.860.6218.577521.96
Hex6228E03B563E134b16
Octal1425016073126762311326
Binary110001010100011100111011101011011111010011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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