Html Css Color HEX #735C10 Raw Umber

📋 copy color: '#735C10'

red 115 ◦ green 92 ◦ blue 16

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

Shades of Raw Umber #735C10

Tints of Raw Umber #735C10

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.26%

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

R = 51.57%
G = 41.26%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#735C10 (or 0x735C10) is known color: Raw Umber. HEX triplet: 73, 5C and 10. RGB value is (115,92,16). Sum of RGB (Red+Green+Blue) = 115+92+16=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #735C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735C10 is #8CA3EF. Grayscale: #5A5A5A. Windows color (decimal): -9217008 or 1072243. OLE color: 1072243.

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

Color convert

RGB 115 92 16 -
CMYK 0 0.20 0.86 0.55
HSL 46.06º 0.76% 0.26% -
HSV(B) 46.06º 0.86% 0.45% -
XYZ 10.99 11.34 2.1 -
YUV 90.21 86.12 145.68 -
System Red Green Blue C M Y K H S L
Decimal 115 92 16 0 0.20 0.86 0.55 46.06 0.76 0.26
Hex 73 5C 10 0 14 56 37 2E 4C 1A
Octal 163 134 20 0 24 126 67 56 114 32
Binary 1110011 1011100 10000 0 10100 1010110 110111 101110 1001100 11010

Color Harmonies of #735C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735C10

Black with #735C10

Text Example


Text Example

White with #735C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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