Html Css Color HEX #734104 Raw Umber

📋 copy color: '#734104'

red 115 ◦ green 65 ◦ blue 4

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

Shades of Raw Umber #734104

Tints of Raw Umber #734104

RGB

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

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

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

R = 62.5%
G = 35.33%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#734104 (or 0x734104) is known color: Raw Umber. HEX triplet: 73, 41 and 04. RGB value is (115,65,4). Sum of RGB (Red+Green+Blue) = 115+65+4=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #734104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734104 is #8CBEFB. Grayscale: #494949. Windows color (decimal): -9223932 or 278899. OLE color: 278899.

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

Color convert

RGB 115 65 4 -
CMYK 0 0.43 0.97 0.55
HSL 32.97º 0.93% 0.23% -
HSV(B) 32.97º 0.97% 0.45% -
XYZ 8.98 7.43 1.08 -
YUV 73 89.07 157.96 -
System Red Green Blue C M Y K H S L
Decimal 115 65 4 0 0.43 0.97 0.55 32.97 0.93 0.23
Hex 73 41 4 0 2B 61 37 21 5D 17
Octal 163 101 4 0 53 141 67 41 135 27
Binary 1110011 1000001 100 0 101011 1100001 110111 100001 1011101 10111

Color Harmonies of #734104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734104

Black with #734104

Text Example


Text Example

White with #734104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734104; }

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

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

background-color css

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

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

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

border-color css

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

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

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