Html Css Color HEX #734C14 Raw Umber

📋 copy color: '#734C14'

red 115 ◦ green 76 ◦ blue 20

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

Shades of Raw Umber #734C14

Tints of Raw Umber #734C14

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.02%

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

R = 54.5%
G = 36.02%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#734C14 (or 0x734C14) is known color: Raw Umber. HEX triplet: 73, 4C and 14. RGB value is (115,76,20). Sum of RGB (Red+Green+Blue) = 115+76+20=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #734C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734C14 is #8CB3EB. Grayscale: #515151. Windows color (decimal): -9221100 or 1330291. OLE color: 1330291.

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

Color convert

RGB 115 76 20 -
CMYK 0 0.34 0.83 0.55
HSL 35.37º 0.7% 0.26% -
HSV(B) 35.37º 0.83% 0.45% -
XYZ 9.78 8.86 1.86 -
YUV 81.28 93.42 152.05 -
System Red Green Blue C M Y K H S L
Decimal 115 76 20 0 0.34 0.83 0.55 35.37 0.7 0.26
Hex 73 4C 14 0 22 53 37 23 46 1A
Octal 163 114 24 0 42 123 67 43 106 32
Binary 1110011 1001100 10100 0 100010 1010011 110111 100011 1000110 11010

Color Harmonies of #734C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734C14

Black with #734C14

Text Example


Text Example

White with #734C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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