Html Css Color HEX #745905 Raw Umber

📋 copy color: '#745905'

red 116 ◦ green 89 ◦ blue 5

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

Shades of Raw Umber #745905

Tints of Raw Umber #745905

RGB

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

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

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

R = 55.24%
G = 42.38%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#745905 (or 0x745905) is known color: Raw Umber. HEX triplet: 74, 59 and 05. RGB value is (116,89,5). Sum of RGB (Red+Green+Blue) = 116+89+5=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #745905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745905 is #8BA6FA. Grayscale: #575757. Windows color (decimal): -9152251 or 350580. OLE color: 350580.

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

Color convert

RGB 116 89 5 -
CMYK 0 0.23 0.96 0.55
HSL 45.41º 0.92% 0.24% -
HSV(B) 45.41º 0.96% 0.45% -
XYZ 10.8 10.87 1.67 -
YUV 87.5 81.45 148.33 -
System Red Green Blue C M Y K H S L
Decimal 116 89 5 0 0.23 0.96 0.55 45.41 0.92 0.24
Hex 74 59 5 0 17 60 37 2D 5C 18
Octal 164 131 5 0 27 140 67 55 134 30
Binary 1110100 1011001 101 0 10111 1100000 110111 101101 1011100 11000

Color Harmonies of #745905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745905

Black with #745905

Text Example


Text Example

White with #745905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745905; }

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

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

background-color css

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

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

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

border-color css

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

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

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