Html Css Color HEX #745013 Raw Umber

📋 copy color: '#745013'

red 116 ◦ green 80 ◦ blue 19

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

Shades of Raw Umber #745013

Tints of Raw Umber #745013

RGB

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

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

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

R = 53.95%
G = 37.21%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#745013 (or 0x745013) is known color: Raw Umber. HEX triplet: 74, 50 and 13. RGB value is (116,80,19). Sum of RGB (Red+Green+Blue) = 116+80+19=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #745013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745013 is #8BAFEC. Grayscale: #545454. Windows color (decimal): -9154541 or 1265780. OLE color: 1265780.

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

Color convert

RGB 116 80 19 -
CMYK 0 0.31 0.84 0.55
HSL 37.73º 0.72% 0.26% -
HSV(B) 37.73º 0.84% 0.45% -
XYZ 10.19 9.5 1.91 -
YUV 83.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 116 80 19 0 0.31 0.84 0.55 37.73 0.72 0.26
Hex 74 50 13 0 1F 54 37 26 48 1A
Octal 164 120 23 0 37 124 67 46 110 32
Binary 1110100 1010000 10011 0 11111 1010100 110111 100110 1001000 11010

Color Harmonies of #745013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745013

Black with #745013

Text Example


Text Example

White with #745013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745013; }

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

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

background-color css

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

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

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

border-color css

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

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

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