#76452E

Color #76452E Bull Shot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bull Shot #76452E

Tints of Bull Shot #76452E

Color information

#76452E (or 0x76452E) is unknown color: approx Bull Shot. HEX triplet: 76, 45 and 2E. RGB value is (118,69,46). Sum of RGB (Red+Green+Blue) = 118+69+46=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76452E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76452E is #89BAD1. Grayscale: #515151. Windows color (decimal): -9026258 or 3032438. OLE color: 3032438.

HSL color Cylindrical-coordinate representation of color #76452E: hue angle of 19.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76452E is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB1186946-
CMYK00.420.610.54
HSL19.17º43.9%32.16%-
HSV(B)19.17º61.02%46.27%-
XYZ10.098.313.66-
YUV81.03108.23154.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 46 (18.36% from 255) = 19.74%
R=50.64%
G=29.61%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118694600.420.610.5419.1743.932.16
Hex76452E02A3D36132c20
Octal166105560527566235440
Binary11101101000101101110010101011110111011010011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76452E; }

 p { color: rgb(118,69,46); }

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

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

 a { background-color: rgb(118,69,46); }

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

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

 span { border-color: rgb(118,69,46); }

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