Html Css Color HEX #75490D Raw Umber

📋 copy color: '#75490D'

red 117 ◦ green 73 ◦ blue 13

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

Shades of Raw Umber #75490D

Tints of Raw Umber #75490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 57.64%
G = 35.96%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75490D (or 0x75490D) is known color: Raw Umber. HEX triplet: 75, 49 and 0D. RGB value is (117,73,13). Sum of RGB (Red+Green+Blue) = 117+73+13=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #75490D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75490D is #8AB6F2. Grayscale: #4F4F4F. Windows color (decimal): -9090803 or 870773. OLE color: 870773.

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

Color convert

RGB 117 73 13 -
CMYK 0 0.38 0.89 0.54
HSL 34.62º 0.8% 0.25% -
HSV(B) 34.62º 0.89% 0.46% -
XYZ 9.79 8.58 1.52 -
YUV 79.32 90.58 154.88 -
System Red Green Blue C M Y K H S L
Decimal 117 73 13 0 0.38 0.89 0.54 34.62 0.8 0.25
Hex 75 49 D 0 26 59 36 23 50 19
Octal 165 111 15 0 46 131 66 43 120 31
Binary 1110101 1001001 1101 0 100110 1011001 110110 100011 1010000 11001

Color Harmonies of #75490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75490D

Black with #75490D

Text Example


Text Example

White with #75490D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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