#702405

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

Shades of Baker's Chocolate #702405

Tints of Baker's Chocolate #702405

Color information

#702405 (or 0x702405) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 24 and 05. RGB value is (112,36,5). Sum of RGB (Red+Green+Blue) = 112+36+5=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #702405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702405 is #8FDBFA. Grayscale: #373737. Windows color (decimal): -9427963 or 337008. OLE color: 337008.

HSL color Cylindrical-coordinate representation of color #702405: hue angle of 17.38º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #702405 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB112365-
CMYK00.680.960.56
HSL17.38º91.45%22.94%-
HSV(B)17.38º95.54%43.92%-
XYZ7.344.720.67-
YUV55.1999.68168.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 73.20%
GREEN value IS 36 (14.45% from 255) = 23.53%
BLUE value IS 5 (2.34% from 255) = 3.27%
R=73.20%
G=23.53%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11236500.680.960.5617.3891.4522.94
Hex702450446038115b17
Octal1604450104140702113327
Binary111000010010010101000100110000011100010001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702405; }

 p { color: rgb(112,36,5); }

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

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

 a { background-color: rgb(112,36,5); }

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

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

 span { border-color: rgb(112,36,5); }

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