Html Css Color HEX #745604 Raw Umber

📋 copy color: '#745604'

red 116 ◦ green 86 ◦ blue 4

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

Shades of Raw Umber #745604

Tints of Raw Umber #745604

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.75%

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

R = 56.31%
G = 41.75%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#745604 (or 0x745604) is known color: Raw Umber. HEX triplet: 74, 56 and 04. RGB value is (116,86,4). Sum of RGB (Red+Green+Blue) = 116+86+4=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #745604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745604 is #8BA9FB. Grayscale: #555555. Windows color (decimal): -9153020 or 284276. OLE color: 284276.

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

Color convert

RGB 116 86 4 -
CMYK 0 0.26 0.97 0.55
HSL 43.93º 0.93% 0.24% -
HSV(B) 43.93º 0.97% 0.45% -
XYZ 10.55 10.38 1.56 -
YUV 85.62 81.94 149.67 -
System Red Green Blue C M Y K H S L
Decimal 116 86 4 0 0.26 0.97 0.55 43.93 0.93 0.24
Hex 74 56 4 0 1A 61 37 2C 5D 18
Octal 164 126 4 0 32 141 67 54 135 30
Binary 1110100 1010110 100 0 11010 1100001 110111 101100 1011101 11000

Color Harmonies of #745604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745604

Black with #745604

Text Example


Text Example

White with #745604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745604; }

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

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

background-color css

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

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

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

border-color css

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

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

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