#75462A

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

Shades of Bull Shot #75462A

Tints of Bull Shot #75462A

Color information

#75462A (or 0x75462A) is unknown color: approx Bull Shot. HEX triplet: 75, 46 and 2A. RGB value is (117,70,42). Sum of RGB (Red+Green+Blue) = 117+70+42=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75462A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75462A is #8AB9D5. Grayscale: #515151. Windows color (decimal): -9091542 or 2770549. OLE color: 2770549.

HSL color Cylindrical-coordinate representation of color #75462A: hue angle of 22.4º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75462A is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1177042-
CMYK00.400.640.54
HSL22.4º47.17%31.18%-
HSV(B)22.4º64.1%45.88%-
XYZ9.948.333.27-
YUV80.86106.07153.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=51.09%
G=30.57%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117704200.400.640.5422.447.1731.18
Hex75462A0284036162f1f
Octal1651065205010066265737
Binary11101011000110101010010100010000001101101011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75462A; }

 p { color: rgb(117,70,42); }

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

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

 a { background-color: rgb(117,70,42); }

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

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

 span { border-color: rgb(117,70,42); }

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