Html Css Color HEX #755510 Raw Umber

📋 copy color: '#755510'

red 117 ◦ green 85 ◦ blue 16

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

Shades of Raw Umber #755510

Tints of Raw Umber #755510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.34%

R = 53.67%
G = 38.99%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#755510 (or 0x755510) is known color: Raw Umber. HEX triplet: 75, 55 and 10. RGB value is (117,85,16). Sum of RGB (Red+Green+Blue) = 117+85+16=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #755510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755510 is #8AAAEF. Grayscale: #575757. Windows color (decimal): -9087728 or 1070453. OLE color: 1070453.

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

Color convert

RGB 117 85 16 -
CMYK 0 0.27 0.86 0.54
HSL 40.99º 0.76% 0.26% -
HSV(B) 40.99º 0.86% 0.46% -
XYZ 10.68 10.32 1.92 -
YUV 86.7 88.1 149.61 -
System Red Green Blue C M Y K H S L
Decimal 117 85 16 0 0.27 0.86 0.54 40.99 0.76 0.26
Hex 75 55 10 0 1B 56 36 29 4C 1A
Octal 165 125 20 0 33 126 66 51 114 32
Binary 1110101 1010101 10000 0 11011 1010110 110110 101001 1001100 11010

Color Harmonies of #755510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755510

Black with #755510

Text Example


Text Example

White with #755510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755510; }

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

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

background-color css

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

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

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

border-color css

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

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

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