Html Css Color HEX #75490C Raw Umber

📋 copy color: '#75490C'

red 117 ◦ green 73 ◦ blue 12

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

Shades of Raw Umber #75490C

Tints of Raw Umber #75490C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.94%

R = 57.92%
G = 36.14%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75490C (or 0x75490C) is known color: Raw Umber. HEX triplet: 75, 49 and 0C. RGB value is (117,73,12). Sum of RGB (Red+Green+Blue) = 117+73+12=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #75490C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75490C is #8AB6F3. Grayscale: #4F4F4F. Windows color (decimal): -9090804 or 805237. OLE color: 805237.

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

Color convert

RGB 117 73 12 -
CMYK 0 0.38 0.90 0.54
HSL 34.86º 0.81% 0.25% -
HSV(B) 34.86º 0.9% 0.46% -
XYZ 9.79 8.57 1.49 -
YUV 79.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 117 73 12 0 0.38 0.90 0.54 34.86 0.81 0.25
Hex 75 49 C 0 26 5A 36 23 51 19
Octal 165 111 14 0 46 132 66 43 121 31
Binary 1110101 1001001 1100 0 100110 1011010 110110 100011 1010001 11001

Color Harmonies of #75490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75490C

Black with #75490C

Text Example


Text Example

White with #75490C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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