#734108

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

Shades of Raw Umber #734108

Tints of Raw Umber #734108

Color information

#734108 (or 0x734108) is unknown color: approx Raw Umber. HEX triplet: 73, 41 and 08. RGB value is (115,65,8). Sum of RGB (Red+Green+Blue) = 115+65+8=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #734108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734108 is #8CBEF7. Grayscale: #494949. Windows color (decimal): -9223928 or 541043. OLE color: 541043.

HSL color Cylindrical-coordinate representation of color #734108: hue angle of 31.96º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #734108 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB115658-
CMYK00.430.930.55
HSL31.96º86.99%24.12%-
HSV(B)31.96º93.04%45.1%-
XYZ97.441.19-
YUV73.4591.06157.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.17%
GREEN value IS 65 (25.78% from 255) = 34.57%
BLUE value IS 8 (3.52% from 255) = 4.26%
R=61.17%
G=34.57%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11565800.430.930.5531.9686.9924.12
Hex7341802B5D37205718
Octal16310110053135674012730
Binary11100111000001100001010111011101110111100000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734108; }

 p { color: rgb(115,65,8); }

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

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

 a { background-color: rgb(115,65,8); }

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

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

 span { border-color: rgb(115,65,8); }

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