Html Css Color HEX #745D00 Raw Umber

📋 copy color: '#745D00'

red 116 ◦ green 93 ◦ blue 0

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

Shades of Raw Umber #745D00

Tints of Raw Umber #745D00

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.5%

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

R = 55.5%
G = 44.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#745D00 (or 0x745D00) is known color: Raw Umber. HEX triplet: 74, 5D and 00. RGB value is (116,93,0). Sum of RGB (Red+Green+Blue) = 116+93+0=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #745D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745D00 is #8BA2FF. Grayscale: #595959. Windows color (decimal): -9151232 or 23924. OLE color: 23924.

HSL color Cylindrical-coordinate representation of color #745D00: hue angle of 48.1º 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 #745D00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 93 0 -
CMYK 0 0.20 1 0.55
HSL 48.1º 1% 0.23% -
HSV(B) 48.1º 1% 0.45% -
XYZ 11.12 11.54 1.64 -
YUV 89.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 116 93 0 0 0.20 1 0.55 48.1 1 0.23
Hex 74 5D 0 0 14 64 37 30 64 17
Octal 164 135 0 0 24 144 67 60 144 27
Binary 1110100 1011101 0 0 10100 1100100 110111 110000 1100100 10111

Color Harmonies of #745D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D00

Black with #745D00

Text Example


Text Example

White with #745D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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