Html Css Color HEX #745314 Raw Umber

📋 copy color: '#745314'

red 116 ◦ green 83 ◦ blue 20

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

Shades of Raw Umber #745314

Tints of Raw Umber #745314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.9%

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

R = 52.97%
G = 37.9%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#745314 (or 0x745314) is known color: Raw Umber. HEX triplet: 74, 53 and 14. RGB value is (116,83,20). Sum of RGB (Red+Green+Blue) = 116+83+20=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #745314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745314 is #8BACEB. Grayscale: #555555. Windows color (decimal): -9153772 or 1332084. OLE color: 1332084.

HSL color Cylindrical-coordinate representation of color #745314: hue angle of 39.38º 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 #745314 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 83 20 -
CMYK 0 0.28 0.83 0.55
HSL 39.38º 0.71% 0.27% -
HSV(B) 39.38º 0.83% 0.45% -
XYZ 10.42 9.95 2.03 -
YUV 85.69 90.93 149.62 -
System Red Green Blue C M Y K H S L
Decimal 116 83 20 0 0.28 0.83 0.55 39.38 0.71 0.27
Hex 74 53 14 0 1C 53 37 27 47 1B
Octal 164 123 24 0 34 123 67 47 107 33
Binary 1110100 1010011 10100 0 11100 1010011 110111 100111 1000111 11011

Color Harmonies of #745314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745314

Black with #745314

Text Example


Text Example

White with #745314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745314; }

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

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

background-color css

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

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

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

border-color css

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

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

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