Html Css Color HEX #714128 Bull Shot

📋 copy color: '#714128'

red 113 ◦ green 65 ◦ blue 40

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

Shades of Bull Shot #714128

Tints of Bull Shot #714128

RGB

 RED value IS 113 (44.53% from 255) = 51.83%

 GREEN value IS 65 (25.78% from 255) = 29.82%

 BLUE value IS 40 (16.02% from 255) = 18.35%

R = 51.83%
G = 29.82%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#714128 (or 0x714128) is known color: Bull Shot. HEX triplet: 71, 41 and 28. RGB value is (113,65,40). Sum of RGB (Red+Green+Blue) = 113+65+40=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #714128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714128 is #8EBED7. Grayscale: #4C4C4C. Windows color (decimal): -9354968 or 2638193. OLE color: 2638193.

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

Color convert

RGB 113 65 40 -
CMYK 0 0.42 0.65 0.56
HSL 20.55º 0.48% 0.3% -
HSV(B) 20.55º 0.65% 0.44% -
XYZ 9.08 7.44 2.97 -
YUV 76.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 113 65 40 0 0.42 0.65 0.56 20.55 0.48 0.3
Hex 71 41 28 0 2A 41 38 15 30 1E
Octal 161 101 50 0 52 101 70 25 60 36
Binary 1110001 1000001 101000 0 101010 1000001 111000 10101 110000 11110

Color Harmonies of #714128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714128

Black with #714128

Text Example


Text Example

White with #714128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714128; }

 p { color: rgb(113,65,40); }

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

background-color css

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

 a { background-color: rgb(113,65,40); }

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

border-color css

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

 span { border-color: rgb(113,65,40); }

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