#62380D

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

Shades of Baker's Chocolate #62380D

Tints of Baker's Chocolate #62380D

Color information

#62380D (or 0x62380D) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 38 and 0D. RGB value is (98,56,13). Sum of RGB (Red+Green+Blue) = 98+56+13=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #62380D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62380D is #9DC7F2. Grayscale: #3F3F3F. Windows color (decimal): -10340339 or 866402. OLE color: 866402.

HSL color Cylindrical-coordinate representation of color #62380D: hue angle of 30.35º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62380D is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB985613-
CMYK00.430.870.62
HSL30.35º76.58%21.76%-
HSV(B)30.35º86.73%38.43%-
XYZ6.525.451.09-
YUV63.6699.41152.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.68%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 13 (5.47% from 255) = 7.78%
R=58.68%
G=33.53%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98561300.430.870.6230.3576.5821.76
Hex6238D02B573E1e4d16
Octal1427015053127763611526
Binary110001011100011010101011101011111111011110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62380D; }

 p { color: rgb(98,56,13); }

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

<style>
 a { background-color: #62380D; }

 a { background-color: rgb(98,56,13); }

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

<style>
 span { border-color: #62380D; }

 span { border-color: rgb(98,56,13); }

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