Html Css Color HEX #754429 Bull Shot

📋 copy color: '#754429'

red 117 ◦ green 68 ◦ blue 41

#754429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bull Shot #754429

Tints of Bull Shot #754429

RGB

 RED value IS 117 (46.09% from 255) = 51.77%

 GREEN value IS 68 (26.95% from 255) = 30.09%

 BLUE value IS 41 (16.41% from 255) = 18.14%

R = 51.77%
G = 30.09%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#754429 (or 0x754429) is known color: Bull Shot. HEX triplet: 75, 44 and 29. RGB value is (117,68,41). Sum of RGB (Red+Green+Blue) = 117+68+41=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #754429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754429 is #8ABBD6. Grayscale: #4F4F4F. Windows color (decimal): -9092055 or 2704501. OLE color: 2704501.

HSL color Cylindrical-coordinate representation of color #754429: hue angle of 21.32º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #754429 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 68 41 -
CMYK 0 0.42 0.65 0.54
HSL 21.32º 0.48% 0.31% -
HSV(B) 21.32º 0.65% 0.46% -
XYZ 9.8 8.08 3.14 -
YUV 79.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 117 68 41 0 0.42 0.65 0.54 21.32 0.48 0.31
Hex 75 44 29 0 2A 41 36 15 30 1F
Octal 165 104 51 0 52 101 66 25 60 37
Binary 1110101 1000100 101001 0 101010 1000001 110110 10101 110000 11111

Color Harmonies of #754429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754429

Black with #754429

Text Example


Text Example

White with #754429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754429; }

 p { color: rgb(117,68,41); }

 H1.HeaderClassName
 {
   color: #754429;
 }
 .AnyTagClassName
 {
   color: #754429;
 }
</style>

background-color css

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

 a { background-color: rgb(117,68,41); }

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

border-color css

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

 span { border-color: rgb(117,68,41); }

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