#62301A

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

Shades of Baker's Chocolate #62301A

Tints of Baker's Chocolate #62301A

Color information

#62301A (or 0x62301A) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 30 and 1A. RGB value is (98,48,26). Sum of RGB (Red+Green+Blue) = 98+48+26=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #62301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62301A is #9DCFE5. Grayscale: #3C3C3C. Windows color (decimal): -10342374 or 1716322. OLE color: 1716322.

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

Color convert

RGB984826-
CMYK00.510.730.62
HSL18.33º58.06%24.31%-
HSV(B)18.33º73.47%38.43%-
XYZ6.284.791.57-
YUV60.44108.56154.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.98%
GREEN value IS 48 (19.14% from 255) = 27.91%
BLUE value IS 26 (10.55% from 255) = 15.12%
R=56.98%
G=27.91%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98482600.510.730.6218.3358.0624.31
Hex62301A033493E123a18
Octal142603206311176227230
Binary110001011000011010011001110010011111101001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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