Html Css Color HEX #734F14 Raw Umber

📋 copy color: '#734F14'

red 115 ◦ green 79 ◦ blue 20

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

Shades of Raw Umber #734F14

Tints of Raw Umber #734F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.35%

R = 53.74%
G = 36.92%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#734F14 (or 0x734F14) is known color: Raw Umber. HEX triplet: 73, 4F and 14. RGB value is (115,79,20). Sum of RGB (Red+Green+Blue) = 115+79+20=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #734F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #734F14 is #8CB0EB. Grayscale: #535353. Windows color (decimal): -9220332 or 1331059. OLE color: 1331059.

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

Color convert

RGB 115 79 20 -
CMYK 0 0.31 0.83 0.55
HSL 37.26º 0.7% 0.26% -
HSV(B) 37.26º 0.83% 0.45% -
XYZ 9.99 9.29 1.93 -
YUV 83.04 92.43 150.8 -
System Red Green Blue C M Y K H S L
Decimal 115 79 20 0 0.31 0.83 0.55 37.26 0.7 0.26
Hex 73 4F 14 0 1F 53 37 25 46 1A
Octal 163 117 24 0 37 123 67 45 106 32
Binary 1110011 1001111 10100 0 11111 1010011 110111 100101 1000110 11010

Color Harmonies of #734F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734F14

Black with #734F14

Text Example


Text Example

White with #734F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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