Html Css Color HEX #75590D Raw Umber

📋 copy color: '#75590D'

red 117 ◦ green 89 ◦ blue 13

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

Shades of Raw Umber #75590D

Tints of Raw Umber #75590D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.64%

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

R = 53.42%
G = 40.64%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75590D (or 0x75590D) is known color: Raw Umber. HEX triplet: 75, 59 and 0D. RGB value is (117,89,13). Sum of RGB (Red+Green+Blue) = 117+89+13=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #75590D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75590D is #8AA6F2. Grayscale: #595959. Windows color (decimal): -9086707 or 874869. OLE color: 874869.

HSL color Cylindrical-coordinate representation of color #75590D: hue angle of 43.85º 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 #75590D is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 89 13 -
CMYK 0 0.24 0.89 0.54
HSL 43.85º 0.8% 0.25% -
HSV(B) 43.85º 0.89% 0.46% -
XYZ 10.98 10.96 1.92 -
YUV 88.71 85.28 148.18 -
System Red Green Blue C M Y K H S L
Decimal 117 89 13 0 0.24 0.89 0.54 43.85 0.8 0.25
Hex 75 59 D 0 18 59 36 2C 50 19
Octal 165 131 15 0 30 131 66 54 120 31
Binary 1110101 1011001 1101 0 11000 1011001 110110 101100 1010000 11001

Color Harmonies of #75590D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75590D

Black with #75590D

Text Example


Text Example

White with #75590D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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