Html Css Color HEX #735019 Raw Umber

📋 copy color: '#735019'

red 115 ◦ green 80 ◦ blue 25

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

Shades of Raw Umber #735019

Tints of Raw Umber #735019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.36%

R = 52.27%
G = 36.36%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#735019 (or 0x735019) is known color: Raw Umber. HEX triplet: 73, 50 and 19. RGB value is (115,80,25). Sum of RGB (Red+Green+Blue) = 115+80+25=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #735019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735019 is #8CAFE6. Grayscale: #545454. Windows color (decimal): -9220071 or 1658995. OLE color: 1658995.

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

Color convert

RGB 115 80 25 -
CMYK 0 0.30 0.78 0.55
HSL 36.67º 0.64% 0.27% -
HSV(B) 36.67º 0.78% 0.45% -
XYZ 10.11 9.45 2.21 -
YUV 84.2 94.6 149.97 -
System Red Green Blue C M Y K H S L
Decimal 115 80 25 0 0.30 0.78 0.55 36.67 0.64 0.27
Hex 73 50 19 0 1E 4E 37 25 40 1B
Octal 163 120 31 0 36 116 67 45 100 33
Binary 1110011 1010000 11001 0 11110 1001110 110111 100101 1000000 11011

Color Harmonies of #735019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735019

Black with #735019

Text Example


Text Example

White with #735019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735019; }

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

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

background-color css

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

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

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

border-color css

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

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

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