Html Css Color HEX #734412 Raw Umber

📋 copy color: '#734412'

red 115 ◦ green 68 ◦ blue 18

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

Shades of Raw Umber #734412

Tints of Raw Umber #734412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.83%

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

R = 57.21%
G = 33.83%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#734412 (or 0x734412) is known color: Raw Umber. HEX triplet: 73, 44 and 12. RGB value is (115,68,18). Sum of RGB (Red+Green+Blue) = 115+68+18=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #734412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734412 is #8CBBED. Grayscale: #4C4C4C. Windows color (decimal): -9223150 or 1197171. OLE color: 1197171.

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

Color convert

RGB 115 68 18 -
CMYK 0 0.41 0.84 0.55
HSL 30.93º 0.73% 0.26% -
HSV(B) 30.93º 0.84% 0.45% -
XYZ 9.25 7.82 1.59 -
YUV 76.35 95.07 155.57 -
System Red Green Blue C M Y K H S L
Decimal 115 68 18 0 0.41 0.84 0.55 30.93 0.73 0.26
Hex 73 44 12 0 29 54 37 1F 49 1A
Octal 163 104 22 0 51 124 67 37 111 32
Binary 1110011 1000100 10010 0 101001 1010100 110111 11111 1001001 11010

Color Harmonies of #734412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734412

Black with #734412

Text Example


Text Example

White with #734412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734412; }

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

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

background-color css

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

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

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

border-color css

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

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

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