Html Css Color HEX #75580D Raw Umber

📋 copy color: '#75580D'

red 117 ◦ green 88 ◦ blue 13

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

Shades of Raw Umber #75580D

Tints of Raw Umber #75580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.37%

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

R = 53.67%
G = 40.37%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75580D (or 0x75580D) is known color: Raw Umber. HEX triplet: 75, 58 and 0D. RGB value is (117,88,13). Sum of RGB (Red+Green+Blue) = 117+88+13=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #75580D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75580D is #8AA7F2. Grayscale: #585858. Windows color (decimal): -9086963 or 874613. OLE color: 874613.

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

Color convert

RGB 117 88 13 -
CMYK 0 0.25 0.89 0.54
HSL 43.27º 0.8% 0.25% -
HSV(B) 43.27º 0.89% 0.46% -
XYZ 10.9 10.79 1.89 -
YUV 88.12 85.61 148.6 -
System Red Green Blue C M Y K H S L
Decimal 117 88 13 0 0.25 0.89 0.54 43.27 0.8 0.25
Hex 75 58 D 0 19 59 36 2B 50 19
Octal 165 130 15 0 31 131 66 53 120 31
Binary 1110101 1011000 1101 0 11001 1011001 110110 101011 1010000 11001

Color Harmonies of #75580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75580D

Black with #75580D

Text Example


Text Example

White with #75580D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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