Html Css Color HEX #755515 Raw Umber

📋 copy color: '#755515'

red 117 ◦ green 85 ◦ blue 21

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

Shades of Raw Umber #755515

Tints of Raw Umber #755515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.12%

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

R = 52.47%
G = 38.12%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#755515 (or 0x755515) is known color: Raw Umber. HEX triplet: 75, 55 and 15. RGB value is (117,85,21). Sum of RGB (Red+Green+Blue) = 117+85+21=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #755515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755515 is #8AAAEA. Grayscale: #575757. Windows color (decimal): -9087723 or 1398133. OLE color: 1398133.

HSL color Cylindrical-coordinate representation of color #755515: hue angle of 40º 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 #755515 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 85 21 -
CMYK 0 0.27 0.82 0.54
HSL 40º 0.7% 0.27% -
HSV(B) 40º 0.82% 0.46% -
XYZ 10.72 10.33 2.14 -
YUV 87.27 90.6 149.2 -
System Red Green Blue C M Y K H S L
Decimal 117 85 21 0 0.27 0.82 0.54 40 0.7 0.27
Hex 75 55 15 0 1B 52 36 28 46 1B
Octal 165 125 25 0 33 122 66 50 106 33
Binary 1110101 1010101 10101 0 11011 1010010 110110 101000 1000110 11011

Color Harmonies of #755515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755515

Black with #755515

Text Example


Text Example

White with #755515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755515; }

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

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

background-color css

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

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

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

border-color css

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

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

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