#745C10

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

Shades of Raw Umber #745C10

Tints of Raw Umber #745C10

Color information

#745C10 (or 0x745C10) is unknown color: approx Raw Umber. HEX triplet: 74, 5C and 10. RGB value is (116,92,16). Sum of RGB (Red+Green+Blue) = 116+92+16=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #745C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745C10 is #8BA3EF. Grayscale: #5A5A5A. Windows color (decimal): -9151472 or 1072244. OLE color: 1072244.

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

Color convert

RGB1169216-
CMYK00.210.860.55
HSL45.6º75.76%25.88%-
HSV(B)45.6º86.21%45.49%-
XYZ11.1211.42.11-
YUV90.5185.95146.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.79%
GREEN value IS 92 (36.33% from 255) = 41.07%
BLUE value IS 16 (6.64% from 255) = 7.14%
R=51.79%
G=41.07%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116921600.210.860.5545.675.7625.88
Hex745C1001556372e4c1a
Octal16413420025126675611432
Binary11101001011100100000101011010110110111101110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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