#62301c

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

Shades of Baker's Chocolate #62301C

Tints of Baker's Chocolate #62301C

Color information

#62301C (or 0x62301C) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 30 and 1C. RGB value is (98,48,28). Sum of RGB (Red+Green+Blue) = 98+48+28=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #62301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62301C is #9DCFE3. Grayscale: #3C3C3C. Windows color (decimal): -10342372 or 1847394. OLE color: 1847394.

HSL color Cylindrical-coordinate representation of color #62301C: hue angle of 17.14º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #62301C is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB984828-
CMYK00.510.710.62
HSL17.14º55.56%24.71%-
HSV(B)17.14º71.43%38.43%-
XYZ6.34.791.69-
YUV60.67109.56154.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.32%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 28 (11.33% from 255) = 16.09%
R=56.32%
G=27.59%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98482800.510.710.6217.1455.5624.71
Hex62301C033473E113819
Octal142603406310776217031
Binary110001011000011100011001110001111111101000111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62301c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62301c; }

 p { color: rgb(98,48,28); }

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

<style>
 a { background-color: #62301c; }

 a { background-color: rgb(98,48,28); }

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

<style>
 span { border-color: #62301c; }

 span { border-color: rgb(98,48,28); }

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