Html Css Color HEX #755019 Raw Umber

📋 copy color: '#755019'

red 117 ◦ green 80 ◦ blue 25

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

Shades of Raw Umber #755019

Tints of Raw Umber #755019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

 BLUE value IS 25 (10.16% from 255) = 11.26%

R = 52.7%
G = 36.04%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#755019 (or 0x755019) is known color: Raw Umber. HEX triplet: 75, 50 and 19. RGB value is (117,80,25). Sum of RGB (Red+Green+Blue) = 117+80+25=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #755019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755019 is #8AAFE6. Grayscale: #555555. Windows color (decimal): -9088999 or 1658997. OLE color: 1658997.

HSL color Cylindrical-coordinate representation of color #755019: hue angle of 35.87º degrees, saturation: 0.65, 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 #755019 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 80 25 -
CMYK 0 0.32 0.79 0.54
HSL 35.87º 0.65% 0.28% -
HSV(B) 35.87º 0.79% 0.46% -
XYZ 10.38 9.59 2.22 -
YUV 84.79 94.26 150.97 -
System Red Green Blue C M Y K H S L
Decimal 117 80 25 0 0.32 0.79 0.54 35.87 0.65 0.28
Hex 75 50 19 0 20 4F 36 24 41 1C
Octal 165 120 31 0 40 117 66 44 101 34
Binary 1110101 1010000 11001 0 100000 1001111 110110 100100 1000001 11100

Color Harmonies of #755019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755019

Black with #755019

Text Example


Text Example

White with #755019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755019; }

 p { color: rgb(117,80,25); }

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

background-color css

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

 a { background-color: rgb(117,80,25); }

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

border-color css

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

 span { border-color: rgb(117,80,25); }

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