Html Css Color HEX #734D12 Raw Umber

📋 copy color: '#734D12'

red 115 ◦ green 77 ◦ blue 18

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

Shades of Raw Umber #734D12

Tints of Raw Umber #734D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.67%

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

R = 54.76%
G = 36.67%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#734D12 (or 0x734D12) is known color: Raw Umber. HEX triplet: 73, 4D and 12. RGB value is (115,77,18). Sum of RGB (Red+Green+Blue) = 115+77+18=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #734D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #734D12 is #8CB2ED. Grayscale: #515151. Windows color (decimal): -9220846 or 1199475. OLE color: 1199475.

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

Color convert

RGB 115 77 18 -
CMYK 0 0.33 0.84 0.55
HSL 36.49º 0.73% 0.26% -
HSV(B) 36.49º 0.84% 0.45% -
XYZ 9.83 9 1.79 -
YUV 81.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 115 77 18 0 0.33 0.84 0.55 36.49 0.73 0.26
Hex 73 4D 12 0 21 54 37 24 49 1A
Octal 163 115 22 0 41 124 67 44 111 32
Binary 1110011 1001101 10010 0 100001 1010100 110111 100100 1001001 11010

Color Harmonies of #734D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734D12

Black with #734D12

Text Example


Text Example

White with #734D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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