Html Css Color HEX #714028 Bull Shot

📋 copy color: '#714028'

red 113 ◦ green 64 ◦ blue 40

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

Shades of Bull Shot #714028

Tints of Bull Shot #714028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.49%

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

R = 52.07%
G = 29.49%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#714028 (or 0x714028) is known color: Bull Shot. HEX triplet: 71, 40 and 28. RGB value is (113,64,40). Sum of RGB (Red+Green+Blue) = 113+64+40=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #714028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714028 is #8EBFD7. Grayscale: #4C4C4C. Windows color (decimal): -9355224 or 2637937. OLE color: 2637937.

HSL color Cylindrical-coordinate representation of color #714028: hue angle of 19.73º 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 #714028 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 64 40 -
CMYK 0 0.43 0.65 0.56
HSL 19.73º 0.48% 0.3% -
HSV(B) 19.73º 0.65% 0.44% -
XYZ 9.03 7.33 2.95 -
YUV 75.92 107.73 154.45 -
System Red Green Blue C M Y K H S L
Decimal 113 64 40 0 0.43 0.65 0.56 19.73 0.48 0.3
Hex 71 40 28 0 2B 41 38 14 30 1E
Octal 161 100 50 0 53 101 70 24 60 36
Binary 1110001 1000000 101000 0 101011 1000001 111000 10100 110000 11110

Color Harmonies of #714028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714028

Black with #714028

Text Example


Text Example

White with #714028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714028; }

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

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

background-color css

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

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

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

border-color css

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

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

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