Html Css Color HEX #734514 Raw Umber

📋 copy color: '#734514'

red 115 ◦ green 69 ◦ blue 20

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

Shades of Raw Umber #734514

Tints of Raw Umber #734514

RGB

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

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

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

R = 56.37%
G = 33.82%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#734514 (or 0x734514) is known color: Raw Umber. HEX triplet: 73, 45 and 14. RGB value is (115,69,20). Sum of RGB (Red+Green+Blue) = 115+69+20=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #734514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734514 is #8CBAEB. Grayscale: #4D4D4D. Windows color (decimal): -9222892 or 1328499. OLE color: 1328499.

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

Color convert

RGB 115 69 20 -
CMYK 0 0.4 0.83 0.55
HSL 30.95º 0.7% 0.26% -
HSV(B) 30.95º 0.83% 0.45% -
XYZ 9.32 7.95 1.71 -
YUV 77.17 95.74 154.98 -
System Red Green Blue C M Y K H S L
Decimal 115 69 20 0 0.4 0.83 0.55 30.95 0.7 0.26
Hex 73 45 14 0 28 53 37 1F 46 1A
Octal 163 105 24 0 50 123 67 37 106 32
Binary 1110011 1000101 10100 0 101000 1010011 110111 11111 1000110 11010

Color Harmonies of #734514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734514

Black with #734514

Text Example


Text Example

White with #734514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734514; }

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

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

background-color css

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

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

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

border-color css

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

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

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