#62380F

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

Shades of Baker's Chocolate #62380F

Tints of Baker's Chocolate #62380F

Color information

#62380F (or 0x62380F) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 38 and 0F. RGB value is (98,56,15). Sum of RGB (Red+Green+Blue) = 98+56+15=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #62380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62380F is #9DC7F0. Grayscale: #404040. Windows color (decimal): -10340337 or 997474. OLE color: 997474.

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

Color convert

RGB985615-
CMYK00.430.850.62
HSL29.64º73.45%22.16%-
HSV(B)29.64º84.69%38.43%-
XYZ6.545.461.16-
YUV63.88100.41152.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.99%
GREEN value IS 56 (22.27% from 255) = 33.14%
BLUE value IS 15 (6.25% from 255) = 8.88%
R=57.99%
G=33.14%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98561500.430.850.6229.6473.4522.16
Hex6238F02B553E1e4916
Octal1427017053125763611126
Binary110001011100011110101011101010111111011110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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