#62381D

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

Shades of Baker's Chocolate #62381D

Tints of Baker's Chocolate #62381D

Color information

#62381D (or 0x62381D) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 38 and 1D. RGB value is (98,56,29). Sum of RGB (Red+Green+Blue) = 98+56+29=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #62381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62381D is #9DC7E2. Grayscale: #414141. Windows color (decimal): -10340323 or 1914978. OLE color: 1914978.

HSL color Cylindrical-coordinate representation of color #62381D: hue angle of 23.48º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #62381D is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB985629-
CMYK00.430.700.62
HSL23.48º54.33%24.9%-
HSV(B)23.48º70.41%38.43%-
XYZ6.675.511.87-
YUV65.48107.41151.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.55%
GREEN value IS 56 (22.27% from 255) = 30.60%
BLUE value IS 29 (11.72% from 255) = 15.85%
R=53.55%
G=30.60%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98562900.430.700.6223.4854.3324.9
Hex62381D02B463E173619
Octal142703505310676276631
Binary110001011100011101010101110001101111101011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,56,29); }

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

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

 a { background-color: rgb(98,56,29); }

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

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

 span { border-color: rgb(98,56,29); }

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