Html Css Color HEX #754D19 Raw Umber

📋 copy color: '#754D19'

red 117 ◦ green 77 ◦ blue 25

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

Shades of Raw Umber #754D19

Tints of Raw Umber #754D19

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.16%

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

R = 53.42%
G = 35.16%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#754D19 (or 0x754D19) is known color: Raw Umber. HEX triplet: 75, 4D and 19. RGB value is (117,77,25). Sum of RGB (Red+Green+Blue) = 117+77+25=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #754D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754D19 is #8AB2E6. Grayscale: #535353. Windows color (decimal): -9089767 or 1658229. OLE color: 1658229.

HSL color Cylindrical-coordinate representation of color #754D19: hue angle of 33.91º 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 #754D19 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 77 25 -
CMYK 0 0.34 0.79 0.54
HSL 33.91º 0.65% 0.28% -
HSV(B) 33.91º 0.79% 0.46% -
XYZ 10.17 9.16 2.15 -
YUV 83.03 95.25 152.23 -
System Red Green Blue C M Y K H S L
Decimal 117 77 25 0 0.34 0.79 0.54 33.91 0.65 0.28
Hex 75 4D 19 0 22 4F 36 22 41 1C
Octal 165 115 31 0 42 117 66 42 101 34
Binary 1110101 1001101 11001 0 100010 1001111 110110 100010 1000001 11100

Color Harmonies of #754D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D19

Black with #754D19

Text Example


Text Example

White with #754D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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