Html Css Color HEX #735510 Raw Umber

📋 copy color: '#735510'

red 115 ◦ green 85 ◦ blue 16

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

Shades of Raw Umber #735510

Tints of Raw Umber #735510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.41%

R = 53.24%
G = 39.35%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#735510 (or 0x735510) is known color: Raw Umber. HEX triplet: 73, 55 and 10. RGB value is (115,85,16). Sum of RGB (Red+Green+Blue) = 115+85+16=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #735510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735510 is #8CAAEF. Grayscale: #565656. Windows color (decimal): -9218800 or 1070451. OLE color: 1070451.

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

Color convert

RGB 115 85 16 -
CMYK 0 0.26 0.86 0.55
HSL 41.82º 0.76% 0.26% -
HSV(B) 41.82º 0.86% 0.45% -
XYZ 10.41 10.18 1.91 -
YUV 86.1 88.44 148.61 -
System Red Green Blue C M Y K H S L
Decimal 115 85 16 0 0.26 0.86 0.55 41.82 0.76 0.26
Hex 73 55 10 0 1A 56 37 2A 4C 1A
Octal 163 125 20 0 32 126 67 52 114 32
Binary 1110011 1010101 10000 0 11010 1010110 110111 101010 1001100 11010

Color Harmonies of #735510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735510

Black with #735510

Text Example


Text Example

White with #735510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735510; }

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

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

background-color css

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

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

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

border-color css

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

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

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