Html Css Color HEX #735C14 Raw Umber

📋 copy color: '#735C14'

red 115 ◦ green 92 ◦ blue 20

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

Shades of Raw Umber #735C14

Tints of Raw Umber #735C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.81%

R = 50.66%
G = 40.53%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#735C14 (or 0x735C14) is known color: Raw Umber. HEX triplet: 73, 5C and 14. RGB value is (115,92,20). Sum of RGB (Red+Green+Blue) = 115+92+20=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #735C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735C14 is #8CA3EB. Grayscale: #5A5A5A. Windows color (decimal): -9217004 or 1334387. OLE color: 1334387.

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

Color convert

RGB 115 92 20 -
CMYK 0 0.20 0.83 0.55
HSL 45.47º 0.7% 0.26% -
HSV(B) 45.47º 0.83% 0.45% -
XYZ 11.02 11.35 2.27 -
YUV 90.67 88.12 145.35 -
System Red Green Blue C M Y K H S L
Decimal 115 92 20 0 0.20 0.83 0.55 45.47 0.7 0.26
Hex 73 5C 14 0 14 53 37 2D 46 1A
Octal 163 134 24 0 24 123 67 55 106 32
Binary 1110011 1011100 10100 0 10100 1010011 110111 101101 1000110 11010

Color Harmonies of #735C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735C14

Black with #735C14

Text Example


Text Example

White with #735C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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