#742503

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

Shades of Baker's Chocolate #742503

Tints of Baker's Chocolate #742503

Color information

#742503 (or 0x742503) is unknown color: approx Baker's Chocolate. HEX triplet: 74, 25 and 03. RGB value is (116,37,3). Sum of RGB (Red+Green+Blue) = 116+37+3=156 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.36% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 116 - color contains mainly: red. Hex color #742503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742503 is #8BDAFC. Grayscale: #383838. Windows color (decimal): -9165565 or 206196. OLE color: 206196.

HSL color Cylindrical-coordinate representation of color #742503: hue angle of 18.05º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #742503 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB116373-
CMYK00.680.970.55
HSL18.05º94.96%23.33%-
HSV(B)18.05º97.41%45.49%-
XYZ7.885.040.64-
YUV56.7497.67170.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 74.36%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 3 (1.56% from 255) = 1.92%
R=74.36%
G=23.72%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11637300.680.970.5518.0594.9623.33
Hex742530446137125f17
Octal1644530104141672213727
Binary11101001001011101000100110000111011110010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742503; }

 p { color: rgb(116,37,3); }

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

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

 a { background-color: rgb(116,37,3); }

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

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

 span { border-color: rgb(116,37,3); }

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