#7D4425

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

Shades of Bull Shot #7D4425

Tints of Bull Shot #7D4425

Color information

#7D4425 (or 0x7D4425) is unknown color: approx Bull Shot. HEX triplet: 7D, 44 and 25. RGB value is (125,68,37). Sum of RGB (Red+Green+Blue) = 125+68+37=230 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.35% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4425 is #82BBDA. Grayscale: #515151. Windows color (decimal): -8567771 or 2442365. OLE color: 2442365.

HSL color Cylindrical-coordinate representation of color #7D4425: hue angle of 21.14º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D4425 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB1256837-
CMYK00.460.700.51
HSL21.14º54.32%31.76%-
HSV(B)21.14º70.4%49.02%-
XYZ10.868.632.84-
YUV81.51102.88159.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 54.35%
GREEN value IS 68 (26.95% from 255) = 29.57%
BLUE value IS 37 (14.84% from 255) = 16.09%
R=54.35%
G=29.57%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125683700.460.700.5121.1454.3231.76
Hex7D442502E4633153620
Octal1751044505610663256640
Binary111110110001001001010101110100011011001110101110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D4425; }

 p { color: rgb(125,68,37); }

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

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

 a { background-color: rgb(125,68,37); }

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

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

 span { border-color: rgb(125,68,37); }

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