Html Css Color HEX #754516 Raw Umber

📋 copy color: '#754516'

red 117 ◦ green 69 ◦ blue 22

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

Shades of Raw Umber #754516

Tints of Raw Umber #754516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.17%

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

R = 56.25%
G = 33.17%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#754516 (or 0x754516) is known color: Raw Umber. HEX triplet: 75, 45 and 16. RGB value is (117,69,22). Sum of RGB (Red+Green+Blue) = 117+69+22=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #754516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754516 is #8ABAE9. Grayscale: #4E4E4E. Windows color (decimal): -9091818 or 1459573. OLE color: 1459573.

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

Color convert

RGB 117 69 22 -
CMYK 0 0.41 0.81 0.54
HSL 29.68º 0.68% 0.27% -
HSV(B) 29.68º 0.81% 0.46% -
XYZ 9.61 8.1 1.82 -
YUV 77.99 96.4 155.82 -
System Red Green Blue C M Y K H S L
Decimal 117 69 22 0 0.41 0.81 0.54 29.68 0.68 0.27
Hex 75 45 16 0 29 51 36 1E 44 1B
Octal 165 105 26 0 51 121 66 36 104 33
Binary 1110101 1000101 10110 0 101001 1010001 110110 11110 1000100 11011

Color Harmonies of #754516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754516

Black with #754516

Text Example


Text Example

White with #754516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754516; }

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

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

background-color css

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

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

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

border-color css

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

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

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