Html Css Color HEX #734112 Raw Umber

📋 copy color: '#734112'

red 115 ◦ green 65 ◦ blue 18

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

Shades of Raw Umber #734112

Tints of Raw Umber #734112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.83%

 BLUE value IS 18 (7.42% from 255) = 9.09%

R = 58.08%
G = 32.83%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#734112 (or 0x734112) is known color: Raw Umber. HEX triplet: 73, 41 and 12. RGB value is (115,65,18). Sum of RGB (Red+Green+Blue) = 115+65+18=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #734112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734112 is #8CBEED. Grayscale: #4A4A4A. Windows color (decimal): -9223918 or 1196403. OLE color: 1196403.

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

Color convert

RGB 115 65 18 -
CMYK 0 0.43 0.84 0.55
HSL 29.07º 0.73% 0.26% -
HSV(B) 29.07º 0.84% 0.45% -
XYZ 9.07 7.47 1.54 -
YUV 74.59 96.07 156.82 -
System Red Green Blue C M Y K H S L
Decimal 115 65 18 0 0.43 0.84 0.55 29.07 0.73 0.26
Hex 73 41 12 0 2B 54 37 1D 49 1A
Octal 163 101 22 0 53 124 67 35 111 32
Binary 1110011 1000001 10010 0 101011 1010100 110111 11101 1001001 11010

Color Harmonies of #734112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734112

Black with #734112

Text Example


Text Example

White with #734112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734112; }

 p { color: rgb(115,65,18); }

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

background-color css

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

 a { background-color: rgb(115,65,18); }

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

border-color css

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

 span { border-color: rgb(115,65,18); }

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