Html Css Color HEX #734214 Raw Umber

📋 copy color: '#734214'

red 115 ◦ green 66 ◦ blue 20

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

Shades of Raw Umber #734214

Tints of Raw Umber #734214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.84%

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

R = 57.21%
G = 32.84%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#734214 (or 0x734214) is known color: Raw Umber. HEX triplet: 73, 42 and 14. RGB value is (115,66,20). Sum of RGB (Red+Green+Blue) = 115+66+20=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #734214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734214 is #8CBDEB. Grayscale: #4B4B4B. Windows color (decimal): -9223660 or 1327731. OLE color: 1327731.

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

Color convert

RGB 115 66 20 -
CMYK 0 0.43 0.83 0.55
HSL 29.05º 0.7% 0.26% -
HSV(B) 29.05º 0.83% 0.45% -
XYZ 9.14 7.59 1.65 -
YUV 75.41 96.73 156.24 -
System Red Green Blue C M Y K H S L
Decimal 115 66 20 0 0.43 0.83 0.55 29.05 0.7 0.26
Hex 73 42 14 0 2B 53 37 1D 46 1A
Octal 163 102 24 0 53 123 67 35 106 32
Binary 1110011 1000010 10100 0 101011 1010011 110111 11101 1000110 11010

Color Harmonies of #734214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734214

Black with #734214

Text Example


Text Example

White with #734214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734214; }

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

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

background-color css

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

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

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

border-color css

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

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

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