Html Css Color HEX #735000 Raw Umber

📋 copy color: '#735000'

red 115 ◦ green 80 ◦ blue 0

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

Shades of Raw Umber #735000

Tints of Raw Umber #735000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.03%

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

R = 58.97%
G = 41.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#735000 (or 0x735000) is known color: Raw Umber. HEX triplet: 73, 50 and 00. RGB value is (115,80,0). Sum of RGB (Red+Green+Blue) = 115+80+0=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #735000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735000 is #8CAFFF. Grayscale: #515151. Windows color (decimal): -9220096 or 20595. OLE color: 20595.

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

Color convert

RGB 115 80 0 -
CMYK 0 0.30 1 0.55
HSL 41.74º 1% 0.23% -
HSV(B) 41.74º 1% 0.45% -
XYZ 9.94 9.38 1.29 -
YUV 81.35 82.1 152 -
System Red Green Blue C M Y K H S L
Decimal 115 80 0 0 0.30 1 0.55 41.74 1 0.23
Hex 73 50 0 0 1E 64 37 2A 64 17
Octal 163 120 0 0 36 144 67 52 144 27
Binary 1110011 1010000 0 0 11110 1100100 110111 101010 1100100 10111

Color Harmonies of #735000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735000

Black with #735000

Text Example


Text Example

White with #735000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735000; }

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

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

background-color css

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

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

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

border-color css

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

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

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