Html Css Color HEX #735C0E Raw Umber

📋 copy color: '#735C0E'

red 115 ◦ green 92 ◦ blue 14

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

Shades of Raw Umber #735C0E

Tints of Raw Umber #735C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.33%

R = 52.04%
G = 41.63%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#735C0E (or 0x735C0E) is known color: Raw Umber. HEX triplet: 73, 5C and 0E. RGB value is (115,92,14). Sum of RGB (Red+Green+Blue) = 115+92+14=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #735C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735C0E is #8CA3F1. Grayscale: #5A5A5A. Windows color (decimal): -9217010 or 941171. OLE color: 941171.

HSL color Cylindrical-coordinate representation of color #735C0E: hue angle of 46.34º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #735C0E is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 92 14 -
CMYK 0 0.20 0.88 0.55
HSL 46.34º 0.78% 0.25% -
HSV(B) 46.34º 0.88% 0.45% -
XYZ 10.98 11.33 2.02 -
YUV 89.99 85.12 145.84 -
System Red Green Blue C M Y K H S L
Decimal 115 92 14 0 0.20 0.88 0.55 46.34 0.78 0.25
Hex 73 5C E 0 14 58 37 2E 4E 19
Octal 163 134 16 0 24 130 67 56 116 31
Binary 1110011 1011100 1110 0 10100 1011000 110111 101110 1001110 11001

Color Harmonies of #735C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735C0E

Black with #735C0E

Text Example


Text Example

White with #735C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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