Html Css Color HEX #704429 Bull Shot

📋 copy color: '#704429'

red 112 ◦ green 68 ◦ blue 41

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

Shades of Bull Shot #704429

Tints of Bull Shot #704429

RGB

 RED value IS 112 (44.14% from 255) = 50.68%

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

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

R = 50.68%
G = 30.77%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#704429 (or 0x704429) is known color: Bull Shot. HEX triplet: 70, 44 and 29. RGB value is (112,68,41). Sum of RGB (Red+Green+Blue) = 112+68+41=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #704429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704429 is #8FBBD6. Grayscale: #4E4E4E. Windows color (decimal): -9419735 or 2704496. OLE color: 2704496.

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

Color convert

RGB 112 68 41 -
CMYK 0 0.39 0.63 0.56
HSL 22.82º 0.46% 0.3% -
HSV(B) 22.82º 0.63% 0.44% -
XYZ 9.15 7.74 3.11 -
YUV 78.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 112 68 41 0 0.39 0.63 0.56 22.82 0.46 0.3
Hex 70 44 29 0 27 3F 38 17 2E 1E
Octal 160 104 51 0 47 77 70 27 56 36
Binary 1110000 1000100 101001 0 100111 111111 111000 10111 101110 11110

Color Harmonies of #704429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704429

Black with #704429

Text Example


Text Example

White with #704429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704429; }

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

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

background-color css

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

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

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

border-color css

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

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

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