Html Css Color HEX #744902 Raw Umber

📋 copy color: '#744902'

red 116 ◦ green 73 ◦ blue 2

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

Shades of Raw Umber #744902

Tints of Raw Umber #744902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.22%

 BLUE value IS 2 (1.17% from 255) = 1.05%

R = 60.73%
G = 38.22%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#744902 (or 0x744902) is known color: Raw Umber. HEX triplet: 74, 49 and 02. RGB value is (116,73,2). Sum of RGB (Red+Green+Blue) = 116+73+2=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #744902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744902 is #8BB6FD. Grayscale: #4E4E4E. Windows color (decimal): -9156350 or 149876. OLE color: 149876.

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

Color convert

RGB 116 73 2 -
CMYK 0 0.37 0.98 0.55
HSL 37.37º 0.97% 0.23% -
HSV(B) 37.37º 0.98% 0.45% -
XYZ 9.6 8.48 1.19 -
YUV 77.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 116 73 2 0 0.37 0.98 0.55 37.37 0.97 0.23
Hex 74 49 2 0 25 62 37 25 61 17
Octal 164 111 2 0 45 142 67 45 141 27
Binary 1110100 1001001 10 0 100101 1100010 110111 100101 1100001 10111

Color Harmonies of #744902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744902

Black with #744902

Text Example


Text Example

White with #744902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744902; }

 p { color: rgb(116,73,2); }

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

background-color css

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

 a { background-color: rgb(116,73,2); }

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

border-color css

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

 span { border-color: rgb(116,73,2); }

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