Html Css Color HEX #755118 Raw Umber

📋 copy color: '#755118'

red 117 ◦ green 81 ◦ blue 24

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

Shades of Raw Umber #755118

Tints of Raw Umber #755118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.49%

 BLUE value IS 24 (9.77% from 255) = 10.81%

R = 52.7%
G = 36.49%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#755118 (or 0x755118) is known color: Raw Umber. HEX triplet: 75, 51 and 18. RGB value is (117,81,24). Sum of RGB (Red+Green+Blue) = 117+81+24=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #755118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755118 is #8AAEE7. Grayscale: #555555. Windows color (decimal): -9088744 or 1593717. OLE color: 1593717.

HSL color Cylindrical-coordinate representation of color #755118: hue angle of 36.77º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #755118 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 81 24 -
CMYK 0 0.31 0.79 0.54
HSL 36.77º 0.66% 0.28% -
HSV(B) 36.77º 0.79% 0.46% -
XYZ 10.44 9.73 2.19 -
YUV 85.27 93.43 150.63 -
System Red Green Blue C M Y K H S L
Decimal 117 81 24 0 0.31 0.79 0.54 36.77 0.66 0.28
Hex 75 51 18 0 1F 4F 36 25 42 1C
Octal 165 121 30 0 37 117 66 45 102 34
Binary 1110101 1010001 11000 0 11111 1001111 110110 100101 1000010 11100

Color Harmonies of #755118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755118

Black with #755118

Text Example


Text Example

White with #755118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755118; }

 p { color: rgb(117,81,24); }

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

background-color css

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

 a { background-color: rgb(117,81,24); }

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

border-color css

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

 span { border-color: rgb(117,81,24); }

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