Html Css Color HEX #744500 Raw Umber

📋 copy color: '#744500'

red 116 ◦ green 69 ◦ blue 0

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

Shades of Raw Umber #744500

Tints of Raw Umber #744500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.3%

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

R = 62.7%
G = 37.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#744500 (or 0x744500) is known color: Raw Umber. HEX triplet: 74, 45 and 00. RGB value is (116,69,0). Sum of RGB (Red+Green+Blue) = 116+69+0=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #744500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744500 is #8BBAFF. Grayscale: #4B4B4B. Windows color (decimal): -9157376 or 17780. OLE color: 17780.

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

Color convert

RGB 116 69 0 -
CMYK 0 0.41 1 0.55
HSL 35.69º 1% 0.23% -
HSV(B) 35.69º 1% 0.45% -
XYZ 9.33 7.97 1.05 -
YUV 75.19 85.57 157.11 -
System Red Green Blue C M Y K H S L
Decimal 116 69 0 0 0.41 1 0.55 35.69 1 0.23
Hex 74 45 0 0 29 64 37 24 64 17
Octal 164 105 0 0 51 144 67 44 144 27
Binary 1110100 1000101 0 0 101001 1100100 110111 100100 1100100 10111

Color Harmonies of #744500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744500

Black with #744500

Text Example


Text Example

White with #744500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744500; }

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

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

background-color css

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

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

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

border-color css

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

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

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