Html Css Color HEX #745913 Raw Umber

📋 copy color: '#745913'

red 116 ◦ green 89 ◦ blue 19

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

Shades of Raw Umber #745913

Tints of Raw Umber #745913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.73%

 BLUE value IS 19 (7.81% from 255) = 8.48%

R = 51.79%
G = 39.73%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#745913 (or 0x745913) is known color: Raw Umber. HEX triplet: 74, 59 and 13. RGB value is (116,89,19). Sum of RGB (Red+Green+Blue) = 116+89+19=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #745913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745913 is #8BA6EC. Grayscale: #595959. Windows color (decimal): -9152237 or 1268084. OLE color: 1268084.

HSL color Cylindrical-coordinate representation of color #745913: hue angle of 43.3º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #745913 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 89 19 -
CMYK 0 0.23 0.84 0.55
HSL 43.3º 0.72% 0.26% -
HSV(B) 43.3º 0.84% 0.45% -
XYZ 10.89 10.9 2.15 -
YUV 89.09 88.45 147.19 -
System Red Green Blue C M Y K H S L
Decimal 116 89 19 0 0.23 0.84 0.55 43.3 0.72 0.26
Hex 74 59 13 0 17 54 37 2B 48 1A
Octal 164 131 23 0 27 124 67 53 110 32
Binary 1110100 1011001 10011 0 10111 1010100 110111 101011 1001000 11010

Color Harmonies of #745913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745913

Black with #745913

Text Example


Text Example

White with #745913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745913; }

 p { color: rgb(116,89,19); }

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

background-color css

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

 a { background-color: rgb(116,89,19); }

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

border-color css

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

 span { border-color: rgb(116,89,19); }

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