Html Css Color HEX #754F16 Raw Umber

📋 copy color: '#754F16'

red 117 ◦ green 79 ◦ blue 22

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

Shades of Raw Umber #754F16

Tints of Raw Umber #754F16

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.24%

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

R = 53.67%
G = 36.24%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#754F16 (or 0x754F16) is known color: Raw Umber. HEX triplet: 75, 4F and 16. RGB value is (117,79,22). Sum of RGB (Red+Green+Blue) = 117+79+22=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #754F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754F16 is #8AB0E9. Grayscale: #545454. Windows color (decimal): -9089258 or 1462133. OLE color: 1462133.

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

Color convert

RGB 117 79 22 -
CMYK 0 0.32 0.81 0.54
HSL 36º 0.68% 0.27% -
HSV(B) 36º 0.81% 0.46% -
XYZ 10.28 9.43 2.04 -
YUV 83.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 117 79 22 0 0.32 0.81 0.54 36 0.68 0.27
Hex 75 4F 16 0 20 51 36 24 44 1B
Octal 165 117 26 0 40 121 66 44 104 33
Binary 1110101 1001111 10110 0 100000 1010001 110110 100100 1000100 11011

Color Harmonies of #754F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F16

Black with #754F16

Text Example


Text Example

White with #754F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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