Html Css Color HEX #735104 Raw Umber

📋 copy color: '#735104'

red 115 ◦ green 81 ◦ blue 4

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

Shades of Raw Umber #735104

Tints of Raw Umber #735104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.5%

 BLUE value IS 4 (1.95% from 255) = 2%

R = 57.5%
G = 40.5%
B = 2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#735104 (or 0x735104) is known color: Raw Umber. HEX triplet: 73, 51 and 04. RGB value is (115,81,4). Sum of RGB (Red+Green+Blue) = 115+81+4=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #735104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735104 is #8CAEFB. Grayscale: #525252. Windows color (decimal): -9219836 or 282995. OLE color: 282995.

HSL color Cylindrical-coordinate representation of color #735104: hue angle of 41.62º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #735104 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 81 4 -
CMYK 0 0.30 0.97 0.55
HSL 41.62º 0.93% 0.23% -
HSV(B) 41.62º 0.97% 0.45% -
XYZ 10.03 9.54 1.43 -
YUV 82.39 83.76 151.26 -
System Red Green Blue C M Y K H S L
Decimal 115 81 4 0 0.30 0.97 0.55 41.62 0.93 0.23
Hex 73 51 4 0 1E 61 37 2A 5D 17
Octal 163 121 4 0 36 141 67 52 135 27
Binary 1110011 1010001 100 0 11110 1100001 110111 101010 1011101 10111

Color Harmonies of #735104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735104

Black with #735104

Text Example


Text Example

White with #735104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735104; }

 p { color: rgb(115,81,4); }

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

background-color css

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

 a { background-color: rgb(115,81,4); }

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

border-color css

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

 span { border-color: rgb(115,81,4); }

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