Html Css Color HEX #75490E Raw Umber

📋 copy color: '#75490E'

red 117 ◦ green 73 ◦ blue 14

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

Shades of Raw Umber #75490E

Tints of Raw Umber #75490E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.86%

R = 57.35%
G = 35.78%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#75490E (or 0x75490E) is known color: Raw Umber. HEX triplet: 75, 49 and 0E. RGB value is (117,73,14). Sum of RGB (Red+Green+Blue) = 117+73+14=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #75490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75490E is #8AB6F1. Grayscale: #4F4F4F. Windows color (decimal): -9090802 or 936309. OLE color: 936309.

HSL color Cylindrical-coordinate representation of color #75490E: hue angle of 34.37º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75490E is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 73 14 -
CMYK 0 0.38 0.88 0.54
HSL 34.37º 0.79% 0.26% -
HSV(B) 34.37º 0.88% 0.46% -
XYZ 9.8 8.58 1.55 -
YUV 79.43 91.08 154.8 -
System Red Green Blue C M Y K H S L
Decimal 117 73 14 0 0.38 0.88 0.54 34.37 0.79 0.26
Hex 75 49 E 0 26 58 36 22 4F 1A
Octal 165 111 16 0 46 130 66 42 117 32
Binary 1110101 1001001 1110 0 100110 1011000 110110 100010 1001111 11010

Color Harmonies of #75490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75490E

Black with #75490E

Text Example


Text Example

White with #75490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75490E; }

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

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

background-color css

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

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

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

border-color css

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

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

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