Html Css Color HEX #745413 Raw Umber

📋 copy color: '#745413'

red 116 ◦ green 84 ◦ blue 19

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

Shades of Raw Umber #745413

Tints of Raw Umber #745413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.36%

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

R = 52.97%
G = 38.36%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#745413 (or 0x745413) is known color: Raw Umber. HEX triplet: 74, 54 and 13. RGB value is (116,84,19). Sum of RGB (Red+Green+Blue) = 116+84+19=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #745413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745413 is #8BABEC. Grayscale: #565656. Windows color (decimal): -9153517 or 1266804. OLE color: 1266804.

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

Color convert

RGB 116 84 19 -
CMYK 0 0.28 0.84 0.55
HSL 40.21º 0.72% 0.26% -
HSV(B) 40.21º 0.84% 0.45% -
XYZ 10.49 10.1 2.01 -
YUV 86.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 116 84 19 0 0.28 0.84 0.55 40.21 0.72 0.26
Hex 74 54 13 0 1C 54 37 28 48 1A
Octal 164 124 23 0 34 124 67 50 110 32
Binary 1110100 1010100 10011 0 11100 1010100 110111 101000 1001000 11010

Color Harmonies of #745413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745413

Black with #745413

Text Example


Text Example

White with #745413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745413; }

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

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

background-color css

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

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

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

border-color css

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

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

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