Html Css Color HEX #734516 Raw Umber

📋 copy color: '#734516'

red 115 ◦ green 69 ◦ blue 22

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

Shades of Raw Umber #734516

Tints of Raw Umber #734516

RGB

 RED value IS 115 (45.31% from 255) = 55.83%

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

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

R = 55.83%
G = 33.5%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#734516 (or 0x734516) is known color: Raw Umber. HEX triplet: 73, 45 and 16. RGB value is (115,69,22). Sum of RGB (Red+Green+Blue) = 115+69+22=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #734516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734516 is #8CBAE9. Grayscale: #4D4D4D. Windows color (decimal): -9222890 or 1459571. OLE color: 1459571.

HSL color Cylindrical-coordinate representation of color #734516: hue angle of 30.32º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #734516 is Cyan = 0, Magento = 0.4, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 69 22 -
CMYK 0 0.4 0.81 0.55
HSL 30.32º 0.68% 0.27% -
HSV(B) 30.32º 0.81% 0.45% -
XYZ 9.34 7.96 1.8 -
YUV 77.4 96.74 154.82 -
System Red Green Blue C M Y K H S L
Decimal 115 69 22 0 0.4 0.81 0.55 30.32 0.68 0.27
Hex 73 45 16 0 28 51 37 1E 44 1B
Octal 163 105 26 0 50 121 67 36 104 33
Binary 1110011 1000101 10110 0 101000 1010001 110111 11110 1000100 11011

Color Harmonies of #734516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734516

Black with #734516

Text Example


Text Example

White with #734516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734516; }

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

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

background-color css

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

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

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

border-color css

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

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

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