#702501

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

Shades of Baker's Chocolate #702501

Tints of Baker's Chocolate #702501

Color information

#702501 (or 0x702501) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 25 and 01. RGB value is (112,37,1). Sum of RGB (Red+Green+Blue) = 112+37+1=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #702501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702501 is #8FDAFE. Grayscale: #373737. Windows color (decimal): -9427711 or 75120. OLE color: 75120.

HSL color Cylindrical-coordinate representation of color #702501: hue angle of 19.46º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #702501 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB112371-
CMYK00.670.990.56
HSL19.46º98.23%22.16%-
HSV(B)19.46º99.11%43.92%-
XYZ7.354.770.56-
YUV55.3297.35168.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 74.67%
GREEN value IS 37 (14.84% from 255) = 24.67%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=74.67%
G=24.67%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11237100.670.990.5619.4698.2322.16
Hex702510436338136216
Octal1604510103143702314226
Binary1110000100101101000011110001111100010011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702501; }

 p { color: rgb(112,37,1); }

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

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

 a { background-color: rgb(112,37,1); }

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

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

 span { border-color: rgb(112,37,1); }

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