#62350B

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

Shades of Baker's Chocolate #62350B

Tints of Baker's Chocolate #62350B

Color information

#62350B (or 0x62350B) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 35 and 0B. RGB value is (98,53,11). Sum of RGB (Red+Green+Blue) = 98+53+11=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #62350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62350B is #9DCAF4. Grayscale: #3D3D3D. Windows color (decimal): -10341109 or 734562. OLE color: 734562.

HSL color Cylindrical-coordinate representation of color #62350B: hue angle of 28.97º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62350B is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB985311-
CMYK00.460.890.62
HSL28.97º79.82%21.37%-
HSV(B)28.97º88.78%38.43%-
XYZ6.375.170.98-
YUV61.6799.41153.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.49%
GREEN value IS 53 (21.09% from 255) = 32.72%
BLUE value IS 11 (4.69% from 255) = 6.79%
R=60.49%
G=32.72%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98531100.460.890.6228.9779.8221.37
Hex6235B02E593E1d5015
Octal1426513056131763512025
Binary110001011010110110101110101100111111011101101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62350B; }

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

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

<style>
 a { background-color: #62350B; }

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

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

<style>
 span { border-color: #62350B; }

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

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