Html Css Color HEX #735513 Raw Umber

📋 copy color: '#735513'

red 115 ◦ green 85 ◦ blue 19

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

Shades of Raw Umber #735513

Tints of Raw Umber #735513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.81%

 BLUE value IS 19 (7.81% from 255) = 8.68%

R = 52.51%
G = 38.81%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#735513 (or 0x735513) is known color: Raw Umber. HEX triplet: 73, 55 and 13. RGB value is (115,85,19). Sum of RGB (Red+Green+Blue) = 115+85+19=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #735513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735513 is #8CAAEC. Grayscale: #565656. Windows color (decimal): -9218797 or 1267059. OLE color: 1267059.

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

Color convert

RGB 115 85 19 -
CMYK 0 0.26 0.83 0.55
HSL 41.25º 0.72% 0.26% -
HSV(B) 41.25º 0.83% 0.45% -
XYZ 10.44 10.19 2.03 -
YUV 86.45 89.94 148.37 -
System Red Green Blue C M Y K H S L
Decimal 115 85 19 0 0.26 0.83 0.55 41.25 0.72 0.26
Hex 73 55 13 0 1A 53 37 29 48 1A
Octal 163 125 23 0 32 123 67 51 110 32
Binary 1110011 1010101 10011 0 11010 1010011 110111 101001 1001000 11010

Color Harmonies of #735513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735513

Black with #735513

Text Example


Text Example

White with #735513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735513; }

 p { color: rgb(115,85,19); }

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

background-color css

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

 a { background-color: rgb(115,85,19); }

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

border-color css

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

 span { border-color: rgb(115,85,19); }

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