Html Css Color HEX #74472A Bull Shot

📋 copy color: '#74472A'

red 116 ◦ green 71 ◦ blue 42

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

Shades of Bull Shot #74472A

Tints of Bull Shot #74472A

RGB

 RED value IS 116 (45.7% from 255) = 50.66%

 GREEN value IS 71 (28.13% from 255) = 31%

 BLUE value IS 42 (16.8% from 255) = 18.34%

R = 50.66%
G = 31%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#74472A (or 0x74472A) is known color: Bull Shot. HEX triplet: 74, 47 and 2A. RGB value is (116,71,42). Sum of RGB (Red+Green+Blue) = 116+71+42=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74472A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74472A is #8BB8D5. Grayscale: #515151. Windows color (decimal): -9156822 or 2770804. OLE color: 2770804.

HSL color Cylindrical-coordinate representation of color #74472A: hue angle of 23.51º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74472A is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 71 42 -
CMYK 0 0.39 0.64 0.55
HSL 23.51º 0.47% 0.31% -
HSV(B) 23.51º 0.64% 0.45% -
XYZ 9.87 8.39 3.29 -
YUV 81.15 105.91 152.86 -
System Red Green Blue C M Y K H S L
Decimal 116 71 42 0 0.39 0.64 0.55 23.51 0.47 0.31
Hex 74 47 2A 0 27 40 37 18 2F 1F
Octal 164 107 52 0 47 100 67 30 57 37
Binary 1110100 1000111 101010 0 100111 1000000 110111 11000 101111 11111

Color Harmonies of #74472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74472A

Black with #74472A

Text Example


Text Example

White with #74472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74472A; }

 p { color: rgb(116,71,42); }

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

background-color css

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

 a { background-color: rgb(116,71,42); }

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

border-color css

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

 span { border-color: rgb(116,71,42); }

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