Html Css Color HEX #734C11 Raw Umber

📋 copy color: '#734C11'

red 115 ◦ green 76 ◦ blue 17

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

Shades of Raw Umber #734C11

Tints of Raw Umber #734C11

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.54%

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

R = 55.29%
G = 36.54%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#734C11 (or 0x734C11) is known color: Raw Umber. HEX triplet: 73, 4C and 11. RGB value is (115,76,17). Sum of RGB (Red+Green+Blue) = 115+76+17=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #734C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734C11 is #8CB3EE. Grayscale: #515151. Windows color (decimal): -9221103 or 1133683. OLE color: 1133683.

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

Color convert

RGB 115 76 17 -
CMYK 0 0.34 0.85 0.55
HSL 36.12º 0.74% 0.26% -
HSV(B) 36.12º 0.85% 0.45% -
XYZ 9.76 8.85 1.73 -
YUV 80.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 115 76 17 0 0.34 0.85 0.55 36.12 0.74 0.26
Hex 73 4C 11 0 22 55 37 24 4A 1A
Octal 163 114 21 0 42 125 67 44 112 32
Binary 1110011 1001100 10001 0 100010 1010101 110111 100100 1001010 11010

Color Harmonies of #734C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734C11

Black with #734C11

Text Example


Text Example

White with #734C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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