#754725

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

Shades of Bull Shot #754725

Tints of Bull Shot #754725

Color information

#754725 (or 0x754725) is unknown color: approx Bull Shot. HEX triplet: 75, 47 and 25. RGB value is (117,71,37). Sum of RGB (Red+Green+Blue) = 117+71+37=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #754725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754725 is #8AB8DA. Grayscale: #515151. Windows color (decimal): -9091291 or 2443125. OLE color: 2443125.

HSL color Cylindrical-coordinate representation of color #754725: hue angle of 25.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #754725 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1177137-
CMYK00.390.680.54
HSL25.5º51.95%30.2%-
HSV(B)25.5º68.38%45.88%-
XYZ9.928.422.85-
YUV80.88103.24153.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=52%
G=31.56%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117713700.390.680.5425.551.9530.2
Hex75472502744361a341e
Octal1651074504710466326436
Binary11101011000111100101010011110001001101101101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754725; }

 p { color: rgb(117,71,37); }

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

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

 a { background-color: rgb(117,71,37); }

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

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

 span { border-color: rgb(117,71,37); }

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