Html Css Color HEX #745004 Raw Umber

📋 copy color: '#745004'

red 116 ◦ green 80 ◦ blue 4

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

Shades of Raw Umber #745004

Tints of Raw Umber #745004

RGB

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

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

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

R = 58%
G = 40%
B = 2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#745004 (or 0x745004) is known color: Raw Umber. HEX triplet: 74, 50 and 04. RGB value is (116,80,4). Sum of RGB (Red+Green+Blue) = 116+80+4=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #745004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745004 is #8BAFFB. Grayscale: #525252. Windows color (decimal): -9154556 or 282740. OLE color: 282740.

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

Color convert

RGB 116 80 4 -
CMYK 0 0.31 0.97 0.55
HSL 40.71º 0.93% 0.24% -
HSV(B) 40.71º 0.97% 0.45% -
XYZ 10.09 9.46 1.41 -
YUV 82.1 83.93 152.18 -
System Red Green Blue C M Y K H S L
Decimal 116 80 4 0 0.31 0.97 0.55 40.71 0.93 0.24
Hex 74 50 4 0 1F 61 37 29 5D 18
Octal 164 120 4 0 37 141 67 51 135 30
Binary 1110100 1010000 100 0 11111 1100001 110111 101001 1011101 11000

Color Harmonies of #745004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745004

Black with #745004

Text Example


Text Example

White with #745004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745004; }

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

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

background-color css

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

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

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

border-color css

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

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

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