Html Css Color HEX #754902 Raw Umber

📋 copy color: '#754902'

red 117 ◦ green 73 ◦ blue 2

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

Shades of Raw Umber #754902

Tints of Raw Umber #754902

RGB

 RED value IS 117 (46.09% from 255) = 60.94%

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

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

R = 60.94%
G = 38.02%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#754902 (or 0x754902) is known color: Raw Umber. HEX triplet: 75, 49 and 02. RGB value is (117,73,2). Sum of RGB (Red+Green+Blue) = 117+73+2=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #754902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754902 is #8AB6FD. Grayscale: #4E4E4E. Windows color (decimal): -9090814 or 149877. OLE color: 149877.

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

Color convert

RGB 117 73 2 -
CMYK 0 0.38 0.98 0.54
HSL 37.04º 0.97% 0.23% -
HSV(B) 37.04º 0.98% 0.46% -
XYZ 9.73 8.55 1.2 -
YUV 78.06 85.08 155.77 -
System Red Green Blue C M Y K H S L
Decimal 117 73 2 0 0.38 0.98 0.54 37.04 0.97 0.23
Hex 75 49 2 0 26 62 36 25 61 17
Octal 165 111 2 0 46 142 66 45 141 27
Binary 1110101 1001001 10 0 100110 1100010 110110 100101 1100001 10111

Color Harmonies of #754902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754902

Black with #754902

Text Example


Text Example

White with #754902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754902; }

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

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

background-color css

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

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

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

border-color css

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

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

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