Html Css Color HEX #735010 Raw Umber

📋 copy color: '#735010'

red 115 ◦ green 80 ◦ blue 16

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

Shades of Raw Umber #735010

Tints of Raw Umber #735010

RGB

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

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

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

R = 54.5%
G = 37.91%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#735010 (or 0x735010) is known color: Raw Umber. HEX triplet: 73, 50 and 10. RGB value is (115,80,16). Sum of RGB (Red+Green+Blue) = 115+80+16=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #735010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735010 is #8CAFEF. Grayscale: #535353. Windows color (decimal): -9220080 or 1069171. OLE color: 1069171.

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

Color convert

RGB 115 80 16 -
CMYK 0 0.30 0.86 0.55
HSL 38.79º 0.76% 0.26% -
HSV(B) 38.79º 0.86% 0.45% -
XYZ 10.03 9.42 1.78 -
YUV 83.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 115 80 16 0 0.30 0.86 0.55 38.79 0.76 0.26
Hex 73 50 10 0 1E 56 37 27 4C 1A
Octal 163 120 20 0 36 126 67 47 114 32
Binary 1110011 1010000 10000 0 11110 1010110 110111 100111 1001100 11010

Color Harmonies of #735010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735010

Black with #735010

Text Example


Text Example

White with #735010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735010; }

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

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

background-color css

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

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

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

border-color css

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

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

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