#62351D

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

Shades of Baker's Chocolate #62351D

Tints of Baker's Chocolate #62351D

Color information

#62351D (or 0x62351D) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 35 and 1D. RGB value is (98,53,29). Sum of RGB (Red+Green+Blue) = 98+53+29=180 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.44% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 98 - color contains mainly: red. Hex color #62351D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62351D is #9DCAE2. Grayscale: #3F3F3F. Windows color (decimal): -10341091 or 1914210. OLE color: 1914210.

HSL color Cylindrical-coordinate representation of color #62351D: hue angle of 20.87º 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 #62351D is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB985329-
CMYK00.460.700.62
HSL20.87º54.33%24.9%-
HSV(B)20.87º70.41%38.43%-
XYZ6.535.231.83-
YUV63.72108.41152.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 54.44%
GREEN value IS 53 (21.09% from 255) = 29.44%
BLUE value IS 29 (11.72% from 255) = 16.11%
R=54.44%
G=29.44%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98532900.460.700.6220.8754.3324.9
Hex62351D02E463E153619
Octal142653505610676256631
Binary110001011010111101010111010001101111101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62351D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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