Html Css Color HEX #745104 Raw Umber

📋 copy color: '#745104'

red 116 ◦ green 81 ◦ blue 4

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

Shades of Raw Umber #745104

Tints of Raw Umber #745104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.3%

 BLUE value IS 4 (1.95% from 255) = 1.99%

R = 57.71%
G = 40.3%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#745104 (or 0x745104) is known color: Raw Umber. HEX triplet: 74, 51 and 04. RGB value is (116,81,4). Sum of RGB (Red+Green+Blue) = 116+81+4=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #745104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745104 is #8BAEFB. Grayscale: #535353. Windows color (decimal): -9154300 or 282996. OLE color: 282996.

HSL color Cylindrical-coordinate representation of color #745104: hue angle of 41.25º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #745104 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 81 4 -
CMYK 0 0.30 0.97 0.55
HSL 41.25º 0.93% 0.24% -
HSV(B) 41.25º 0.97% 0.45% -
XYZ 10.17 9.61 1.43 -
YUV 82.69 83.6 151.76 -
System Red Green Blue C M Y K H S L
Decimal 116 81 4 0 0.30 0.97 0.55 41.25 0.93 0.24
Hex 74 51 4 0 1E 61 37 29 5D 18
Octal 164 121 4 0 36 141 67 51 135 30
Binary 1110100 1010001 100 0 11110 1100001 110111 101001 1011101 11000

Color Harmonies of #745104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745104

Black with #745104

Text Example


Text Example

White with #745104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745104; }

 p { color: rgb(116,81,4); }

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

background-color css

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

 a { background-color: rgb(116,81,4); }

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

border-color css

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

 span { border-color: rgb(116,81,4); }

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