Html Css Color HEX #734211 Raw Umber

📋 copy color: '#734211'

red 115 ◦ green 66 ◦ blue 17

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

Shades of Raw Umber #734211

Tints of Raw Umber #734211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.59%

R = 58.08%
G = 33.33%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#734211 (or 0x734211) is known color: Raw Umber. HEX triplet: 73, 42 and 11. RGB value is (115,66,17). Sum of RGB (Red+Green+Blue) = 115+66+17=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #734211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734211 is #8CBDEE. Grayscale: #4B4B4B. Windows color (decimal): -9223663 or 1131123. OLE color: 1131123.

HSL color Cylindrical-coordinate representation of color #734211: hue angle of 30º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #734211 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 66 17 -
CMYK 0 0.43 0.85 0.55
HSL 30º 0.74% 0.26% -
HSV(B) 30º 0.85% 0.45% -
XYZ 9.12 7.58 1.51 -
YUV 75.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 115 66 17 0 0.43 0.85 0.55 30 0.74 0.26
Hex 73 42 11 0 2B 55 37 1E 4A 1A
Octal 163 102 21 0 53 125 67 36 112 32
Binary 1110011 1000010 10001 0 101011 1010101 110111 11110 1001010 11010

Color Harmonies of #734211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734211

Black with #734211

Text Example


Text Example

White with #734211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734211; }

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

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

background-color css

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

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

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

border-color css

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

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

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