Html Css Color HEX #745014 Raw Umber

📋 copy color: '#745014'

red 116 ◦ green 80 ◦ blue 20

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

Shades of Raw Umber #745014

Tints of Raw Umber #745014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.04%

 BLUE value IS 20 (8.2% from 255) = 9.26%

R = 53.7%
G = 37.04%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#745014 (or 0x745014) is known color: Raw Umber. HEX triplet: 74, 50 and 14. RGB value is (116,80,20). Sum of RGB (Red+Green+Blue) = 116+80+20=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #745014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745014 is #8BAFEB. Grayscale: #545454. Windows color (decimal): -9154540 or 1331316. OLE color: 1331316.

HSL color Cylindrical-coordinate representation of color #745014: hue angle of 37.5º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #745014 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 80 20 -
CMYK 0 0.31 0.83 0.55
HSL 37.5º 0.71% 0.27% -
HSV(B) 37.5º 0.83% 0.45% -
XYZ 10.2 9.5 1.96 -
YUV 83.92 91.93 150.88 -
System Red Green Blue C M Y K H S L
Decimal 116 80 20 0 0.31 0.83 0.55 37.5 0.71 0.27
Hex 74 50 14 0 1F 53 37 26 47 1B
Octal 164 120 24 0 37 123 67 46 107 33
Binary 1110100 1010000 10100 0 11111 1010011 110111 100110 1000111 11011

Color Harmonies of #745014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745014

Black with #745014

Text Example


Text Example

White with #745014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745014; }

 p { color: rgb(116,80,20); }

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

background-color css

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

 a { background-color: rgb(116,80,20); }

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

border-color css

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

 span { border-color: rgb(116,80,20); }

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