Html Css Color HEX #755915 Raw Umber

📋 copy color: '#755915'

red 117 ◦ green 89 ◦ blue 21

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

Shades of Raw Umber #755915

Tints of Raw Umber #755915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.25%

R = 51.54%
G = 39.21%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#755915 (or 0x755915) is known color: Raw Umber. HEX triplet: 75, 59 and 15. RGB value is (117,89,21). Sum of RGB (Red+Green+Blue) = 117+89+21=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #755915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755915 is #8AA6EA. Grayscale: #595959. Windows color (decimal): -9086699 or 1399157. OLE color: 1399157.

HSL color Cylindrical-coordinate representation of color #755915: hue angle of 42.5º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #755915 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 89 21 -
CMYK 0 0.24 0.82 0.54
HSL 42.5º 0.7% 0.27% -
HSV(B) 42.5º 0.82% 0.46% -
XYZ 11.04 10.98 2.25 -
YUV 89.62 89.28 147.53 -
System Red Green Blue C M Y K H S L
Decimal 117 89 21 0 0.24 0.82 0.54 42.5 0.7 0.27
Hex 75 59 15 0 18 52 36 2A 46 1B
Octal 165 131 25 0 30 122 66 52 106 33
Binary 1110101 1011001 10101 0 11000 1010010 110110 101010 1000110 11011

Color Harmonies of #755915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755915

Black with #755915

Text Example


Text Example

White with #755915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755915; }

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

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

background-color css

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

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

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

border-color css

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

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

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