Html Css Color HEX #745E05 Raw Umber

📋 copy color: '#745E05'

red 116 ◦ green 94 ◦ blue 5

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

Shades of Raw Umber #745E05

Tints of Raw Umber #745E05

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.72%

 BLUE value IS 5 (2.34% from 255) = 2.33%

R = 53.95%
G = 43.72%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#745E05 (or 0x745E05) is known color: Raw Umber. HEX triplet: 74, 5E and 05. RGB value is (116,94,5). Sum of RGB (Red+Green+Blue) = 116+94+5=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 94 (37.11% from 255 or 43.72% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #745E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745E05 is #8BA1FA. Grayscale: #5A5A5A. Windows color (decimal): -9150971 or 351860. OLE color: 351860.

HSL color Cylindrical-coordinate representation of color #745E05: hue angle of 48.11º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #745E05 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 94 5 -
CMYK 0 0.19 0.96 0.55
HSL 48.11º 0.92% 0.24% -
HSV(B) 48.11º 0.96% 0.45% -
XYZ 11.23 11.73 1.82 -
YUV 90.43 79.79 146.24 -
System Red Green Blue C M Y K H S L
Decimal 116 94 5 0 0.19 0.96 0.55 48.11 0.92 0.24
Hex 74 5E 5 0 13 60 37 30 5C 18
Octal 164 136 5 0 23 140 67 60 134 30
Binary 1110100 1011110 101 0 10011 1100000 110111 110000 1011100 11000

Color Harmonies of #745E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E05

Black with #745E05

Text Example


Text Example

White with #745E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745E05; }

 p { color: rgb(116,94,5); }

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

background-color css

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

 a { background-color: rgb(116,94,5); }

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

border-color css

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

 span { border-color: rgb(116,94,5); }

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