Html Css Color HEX #735413 Raw Umber

📋 copy color: '#735413'

red 115 ◦ green 84 ◦ blue 19

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

Shades of Raw Umber #735413

Tints of Raw Umber #735413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.53%

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

R = 52.75%
G = 38.53%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#735413 (or 0x735413) is known color: Raw Umber. HEX triplet: 73, 54 and 13. RGB value is (115,84,19). Sum of RGB (Red+Green+Blue) = 115+84+19=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #735413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735413 is #8CABEC. Grayscale: #565656. Windows color (decimal): -9219053 or 1266803. OLE color: 1266803.

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

Color convert

RGB 115 84 19 -
CMYK 0 0.27 0.83 0.55
HSL 40.63º 0.72% 0.26% -
HSV(B) 40.63º 0.83% 0.45% -
XYZ 10.36 10.03 2.01 -
YUV 85.86 90.27 148.79 -
System Red Green Blue C M Y K H S L
Decimal 115 84 19 0 0.27 0.83 0.55 40.63 0.72 0.26
Hex 73 54 13 0 1B 53 37 29 48 1A
Octal 163 124 23 0 33 123 67 51 110 32
Binary 1110011 1010100 10011 0 11011 1010011 110111 101001 1001000 11010

Color Harmonies of #735413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735413

Black with #735413

Text Example


Text Example

White with #735413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735413; }

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

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

background-color css

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

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

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

border-color css

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

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

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