Html Css Color HEX #754D16 Raw Umber

📋 copy color: '#754D16'

red 117 ◦ green 77 ◦ blue 22

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

Shades of Raw Umber #754D16

Tints of Raw Umber #754D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.19%

R = 54.17%
G = 35.65%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#754D16 (or 0x754D16) is known color: Raw Umber. HEX triplet: 75, 4D and 16. RGB value is (117,77,22). Sum of RGB (Red+Green+Blue) = 117+77+22=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #754D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754D16 is #8AB2E9. Grayscale: #525252. Windows color (decimal): -9089770 or 1461621. OLE color: 1461621.

HSL color Cylindrical-coordinate representation of color #754D16: hue angle of 34.74º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #754D16 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 77 22 -
CMYK 0 0.34 0.81 0.54
HSL 34.74º 0.68% 0.27% -
HSV(B) 34.74º 0.81% 0.46% -
XYZ 10.13 9.15 1.99 -
YUV 82.69 93.75 152.47 -
System Red Green Blue C M Y K H S L
Decimal 117 77 22 0 0.34 0.81 0.54 34.74 0.68 0.27
Hex 75 4D 16 0 22 51 36 23 44 1B
Octal 165 115 26 0 42 121 66 43 104 33
Binary 1110101 1001101 10110 0 100010 1010001 110110 100011 1000100 11011

Color Harmonies of #754D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D16

Black with #754D16

Text Example


Text Example

White with #754D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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