Html Css Color HEX #745400 Raw Umber

📋 copy color: '#745400'

red 116 ◦ green 84 ◦ blue 0

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

Shades of Raw Umber #745400

Tints of Raw Umber #745400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58%
G = 42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#745400 (or 0x745400) is known color: Raw Umber. HEX triplet: 74, 54 and 00. RGB value is (116,84,0). Sum of RGB (Red+Green+Blue) = 116+84+0=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #745400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745400 is #8BABFF. Grayscale: #545454. Windows color (decimal): -9153536 or 21620. OLE color: 21620.

HSL color Cylindrical-coordinate representation of color #745400: hue angle of 43.45º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #745400 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 84 0 -
CMYK 0 0.28 1 0.55
HSL 43.45º 1% 0.23% -
HSV(B) 43.45º 1% 0.45% -
XYZ 10.37 10.05 1.39 -
YUV 83.99 80.6 150.83 -
System Red Green Blue C M Y K H S L
Decimal 116 84 0 0 0.28 1 0.55 43.45 1 0.23
Hex 74 54 0 0 1C 64 37 2B 64 17
Octal 164 124 0 0 34 144 67 53 144 27
Binary 1110100 1010100 0 0 11100 1100100 110111 101011 1100100 10111

Color Harmonies of #745400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745400

Black with #745400

Text Example


Text Example

White with #745400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745400; }

 p { color: rgb(116,84,0); }

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

background-color css

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

 a { background-color: rgb(116,84,0); }

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

border-color css

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

 span { border-color: rgb(116,84,0); }

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