#62351A

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

Shades of Baker's Chocolate #62351A

Tints of Baker's Chocolate #62351A

Color information

#62351A (or 0x62351A) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 35 and 1A. RGB value is (98,53,26). Sum of RGB (Red+Green+Blue) = 98+53+26=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #62351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62351A is #9DCAE5. Grayscale: #3F3F3F. Windows color (decimal): -10341094 or 1717602. OLE color: 1717602.

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

Color convert

RGB985326-
CMYK00.460.730.62
HSL22.5º58.06%24.31%-
HSV(B)22.5º73.47%38.43%-
XYZ6.55.221.64-
YUV63.38106.91152.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.37%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=55.37%
G=29.94%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98532600.460.730.6222.558.0624.31
Hex62351A02E493E163a18
Octal142653205611176267230
Binary110001011010111010010111010010011111101011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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