Html Css Color HEX #734F11 Raw Umber

📋 copy color: '#734F11'

red 115 ◦ green 79 ◦ blue 17

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

Shades of Raw Umber #734F11

Tints of Raw Umber #734F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.06%

R = 54.5%
G = 37.44%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#734F11 (or 0x734F11) is known color: Raw Umber. HEX triplet: 73, 4F and 11. RGB value is (115,79,17). Sum of RGB (Red+Green+Blue) = 115+79+17=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #734F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #734F11 is #8CB0EE. Grayscale: #525252. Windows color (decimal): -9220335 or 1134451. OLE color: 1134451.

HSL color Cylindrical-coordinate representation of color #734F11: hue angle of 37.96º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #734F11 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 79 17 -
CMYK 0 0.31 0.85 0.55
HSL 37.96º 0.74% 0.26% -
HSV(B) 37.96º 0.85% 0.45% -
XYZ 9.97 9.28 1.8 -
YUV 82.7 90.93 151.04 -
System Red Green Blue C M Y K H S L
Decimal 115 79 17 0 0.31 0.85 0.55 37.96 0.74 0.26
Hex 73 4F 11 0 1F 55 37 26 4A 1A
Octal 163 117 21 0 37 125 67 46 112 32
Binary 1110011 1001111 10001 0 11111 1010101 110111 100110 1001010 11010

Color Harmonies of #734F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734F11

Black with #734F11

Text Example


Text Example

White with #734F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734F11; }

 p { color: rgb(115,79,17); }

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

background-color css

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

 a { background-color: rgb(115,79,17); }

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

border-color css

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

 span { border-color: rgb(115,79,17); }

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