Html Css Color HEX #745100 Raw Umber

📋 copy color: '#745100'

red 116 ◦ green 81 ◦ blue 0

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

Shades of Raw Umber #745100

Tints of Raw Umber #745100

RGB

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

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

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

R = 58.88%
G = 41.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#745100 (or 0x745100) is known color: Raw Umber. HEX triplet: 74, 51 and 00. RGB value is (116,81,0). Sum of RGB (Red+Green+Blue) = 116+81+0=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #745100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745100 is #8BAEFF. Grayscale: #525252. Windows color (decimal): -9154304 or 20852. OLE color: 20852.

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

Color convert

RGB 116 81 0 -
CMYK 0 0.30 1 0.55
HSL 41.9º 1% 0.23% -
HSV(B) 41.9º 1% 0.45% -
XYZ 10.14 9.6 1.32 -
YUV 82.23 81.6 152.09 -
System Red Green Blue C M Y K H S L
Decimal 116 81 0 0 0.30 1 0.55 41.9 1 0.23
Hex 74 51 0 0 1E 64 37 2A 64 17
Octal 164 121 0 0 36 144 67 52 144 27
Binary 1110100 1010001 0 0 11110 1100100 110111 101010 1100100 10111

Color Harmonies of #745100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745100

Black with #745100

Text Example


Text Example

White with #745100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745100; }

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

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

background-color css

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

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

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

border-color css

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

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

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