#62341A

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

Shades of Baker's Chocolate #62341A

Tints of Baker's Chocolate #62341A

Color information

#62341A (or 0x62341A) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 34 and 1A. RGB value is (98,52,26). Sum of RGB (Red+Green+Blue) = 98+52+26=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #62341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62341A is #9DCBE5. Grayscale: #3E3E3E. Windows color (decimal): -10341350 or 1717346. OLE color: 1717346.

HSL color Cylindrical-coordinate representation of color #62341A: hue angle of 21.67º 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 #62341A is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB985226-
CMYK00.470.730.62
HSL21.67º58.06%24.31%-
HSV(B)21.67º73.47%38.43%-
XYZ6.455.131.63-
YUV62.79107.24153.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.68%
GREEN value IS 52 (20.70% from 255) = 29.55%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=55.68%
G=29.55%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98522600.470.730.6221.6758.0624.31
Hex62341A02F493E163a18
Octal142643205711176267230
Binary110001011010011010010111110010011111101011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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