Html Css Color HEX #75490A Raw Umber

📋 copy color: '#75490A'

red 117 ◦ green 73 ◦ blue 10

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

Shades of Raw Umber #75490A

Tints of Raw Umber #75490A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5%

R = 58.5%
G = 36.5%
B = 5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75490A (or 0x75490A) is known color: Raw Umber. HEX triplet: 75, 49 and 0A. RGB value is (117,73,10). Sum of RGB (Red+Green+Blue) = 117+73+10=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #75490A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75490A is #8AB6F5. Grayscale: #4F4F4F. Windows color (decimal): -9090806 or 674165. OLE color: 674165.

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

Color convert

RGB 117 73 10 -
CMYK 0 0.38 0.91 0.54
HSL 35.33º 0.84% 0.25% -
HSV(B) 35.33º 0.91% 0.46% -
XYZ 9.77 8.57 1.43 -
YUV 78.97 89.08 155.12 -
System Red Green Blue C M Y K H S L
Decimal 117 73 10 0 0.38 0.91 0.54 35.33 0.84 0.25
Hex 75 49 A 0 26 5B 36 23 54 19
Octal 165 111 12 0 46 133 66 43 124 31
Binary 1110101 1001001 1010 0 100110 1011011 110110 100011 1010100 11001

Color Harmonies of #75490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75490A

Black with #75490A

Text Example


Text Example

White with #75490A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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