Html Css Color HEX #734600 Raw Umber

📋 copy color: '#734600'

red 115 ◦ green 70 ◦ blue 0

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

Shades of Raw Umber #734600

Tints of Raw Umber #734600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.16%
G = 37.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#734600 (or 0x734600) is known color: Raw Umber. HEX triplet: 73, 46 and 00. RGB value is (115,70,0). Sum of RGB (Red+Green+Blue) = 115+70+0=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #734600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734600 is #8CB9FF. Grayscale: #4B4B4B. Windows color (decimal): -9222656 or 18035. OLE color: 18035.

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

Color convert

RGB 115 70 0 -
CMYK 0 0.39 1 0.55
HSL 36.52º 1% 0.23% -
HSV(B) 36.52º 1% 0.45% -
XYZ 9.26 8.03 1.06 -
YUV 75.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 115 70 0 0 0.39 1 0.55 36.52 1 0.23
Hex 73 46 0 0 27 64 37 25 64 17
Octal 163 106 0 0 47 144 67 45 144 27
Binary 1110011 1000110 0 0 100111 1100100 110111 100101 1100100 10111

Color Harmonies of #734600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734600

Black with #734600

Text Example


Text Example

White with #734600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734600; }

 p { color: rgb(115,70,0); }

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

background-color css

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

 a { background-color: rgb(115,70,0); }

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

border-color css

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

 span { border-color: rgb(115,70,0); }

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