Html Css Color HEX #734814 Raw Umber

📋 copy color: '#734814'

red 115 ◦ green 72 ◦ blue 20

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

Shades of Raw Umber #734814

Tints of Raw Umber #734814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.78%

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

R = 55.56%
G = 34.78%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#734814 (or 0x734814) is known color: Raw Umber. HEX triplet: 73, 48 and 14. RGB value is (115,72,20). Sum of RGB (Red+Green+Blue) = 115+72+20=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #734814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734814 is #8CB7EB. Grayscale: #4F4F4F. Windows color (decimal): -9222124 or 1329267. OLE color: 1329267.

HSL color Cylindrical-coordinate representation of color #734814: hue angle of 32.84º 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 #734814 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 72 20 -
CMYK 0 0.37 0.83 0.55
HSL 32.84º 0.7% 0.26% -
HSV(B) 32.84º 0.83% 0.45% -
XYZ 9.51 8.33 1.77 -
YUV 78.93 94.75 153.73 -
System Red Green Blue C M Y K H S L
Decimal 115 72 20 0 0.37 0.83 0.55 32.84 0.7 0.26
Hex 73 48 14 0 25 53 37 21 46 1A
Octal 163 110 24 0 45 123 67 41 106 32
Binary 1110011 1001000 10100 0 100101 1010011 110111 100001 1000110 11010

Color Harmonies of #734814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734814

Black with #734814

Text Example


Text Example

White with #734814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734814; }

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

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

background-color css

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

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

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

border-color css

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

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

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