#5E672B

Color #5E672B Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rain Forest #5E672B

Tints of Rain Forest #5E672B

Color information

#5E672B (or 0x5E672B) is unknown color: approx Rain Forest. HEX triplet: 5E, 67 and 2B. RGB value is (94,103,43). Sum of RGB (Red+Green+Blue) = 94+103+43=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 103 - color contains mainly: green. Hex color #5E672B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E672B is #A198D4. Grayscale: #5D5D5D. Windows color (decimal): -10590421 or 2844510. OLE color: 2844510.

HSL color Cylindrical-coordinate representation of color #5E672B: hue angle of 69º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E672B is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB9410343-
CMYK0.0900.580.60
HSL69º41.1%28.63%-
HSV(B)69º58.25%40.39%-
XYZ9.912.254.13-
YUV93.4799.52128.38-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.17%
GREEN value IS 103 (40.62% from 255) = 42.92%
BLUE value IS 43 (17.19% from 255) = 17.92%
R=39.17%
G=42.92%
B=17.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal94103430.0900.580.606941.128.63
Hex5E672B903A3C45291d
Octal1361475311072741055135
Binary1011110110011110101110010111010111100100010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E672B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E672B; }

 p { color: rgb(94,103,43); }

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

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

 a { background-color: rgb(94,103,43); }

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

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

 span { border-color: rgb(94,103,43); }

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