#745B14

Color #745B14 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #745B14

Tints of Raw Umber #745B14

Color information

#745B14 (or 0x745B14) is unknown color: approx Raw Umber. HEX triplet: 74, 5B and 14. RGB value is (116,91,20). Sum of RGB (Red+Green+Blue) = 116+91+20=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #745B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745B14 is #8BA4EB. Grayscale: #5A5A5A. Windows color (decimal): -9151724 or 1334132. OLE color: 1334132.

HSL color Cylindrical-coordinate representation of color #745B14: hue angle of 44.38º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #745B14 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1169120-
CMYK00.220.830.55
HSL44.38º70.59%26.67%-
HSV(B)44.38º82.76%45.49%-
XYZ11.0711.252.25-
YUV90.3888.28146.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.10%
GREEN value IS 91 (35.94% from 255) = 40.09%
BLUE value IS 20 (8.20% from 255) = 8.81%
R=51.10%
G=40.09%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116912000.220.830.5544.3870.5926.67
Hex745B1401653372c471b
Octal16413324026123675410733
Binary11101001011011101000101101010011110111101100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745B14; }

 p { color: rgb(116,91,20); }

 H1.HeaderClassName
 {
   color: #745B14;
 }
 .AnyTagClassName
 {
   color: #745B14;
 }
</style>
background-color css

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

 a { background-color: rgb(116,91,20); }

 div.DivClassName
 {
   background-color: #745B14;
 }
 .BgClassName
 {
   background-color: #745B14;
 }
</style>
border-color css

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

 span { border-color: rgb(116,91,20); }

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