Html Css Color HEX #734902 Raw Umber

📋 copy color: '#734902'

red 115 ◦ green 73 ◦ blue 2

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

Shades of Raw Umber #734902

Tints of Raw Umber #734902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.42%

 BLUE value IS 2 (1.17% from 255) = 1.05%

R = 60.53%
G = 38.42%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#734902 (or 0x734902) is known color: Raw Umber. HEX triplet: 73, 49 and 02. RGB value is (115,73,2). Sum of RGB (Red+Green+Blue) = 115+73+2=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #734902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734902 is #8CB6FD. Grayscale: #4D4D4D. Windows color (decimal): -9221886 or 149875. OLE color: 149875.

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

Color convert

RGB 115 73 2 -
CMYK 0 0.37 0.98 0.55
HSL 37.7º 0.97% 0.23% -
HSV(B) 37.7º 0.98% 0.45% -
XYZ 9.46 8.41 1.18 -
YUV 77.46 85.41 154.77 -
System Red Green Blue C M Y K H S L
Decimal 115 73 2 0 0.37 0.98 0.55 37.7 0.97 0.23
Hex 73 49 2 0 25 62 37 26 61 17
Octal 163 111 2 0 45 142 67 46 141 27
Binary 1110011 1001001 10 0 100101 1100010 110111 100110 1100001 10111

Color Harmonies of #734902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734902

Black with #734902

Text Example


Text Example

White with #734902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734902; }

 p { color: rgb(115,73,2); }

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

background-color css

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

 a { background-color: rgb(115,73,2); }

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

border-color css

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

 span { border-color: rgb(115,73,2); }

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