#62280D

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

Shades of Baker's Chocolate #62280D

Tints of Baker's Chocolate #62280D

Color information

#62280D (or 0x62280D) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 28 and 0D. RGB value is (98,40,13). Sum of RGB (Red+Green+Blue) = 98+40+13=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #62280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62280D is #9DD7F2. Grayscale: #363636. Windows color (decimal): -10344435 or 862306. OLE color: 862306.

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

Color convert

RGB984013-
CMYK00.590.870.62
HSL19.06º76.58%21.76%-
HSV(B)19.06º86.73%38.43%-
XYZ5.874.140.87-
YUV54.26104.72159.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.90%
GREEN value IS 40 (16.02% from 255) = 26.49%
BLUE value IS 13 (5.47% from 255) = 8.61%
R=64.90%
G=26.49%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98401300.590.870.6219.0676.5821.76
Hex6228D03B573E134d16
Octal1425015073127762311526
Binary110001010100011010111011101011111111010011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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