Html Css Color HEX #5D672B Rain Forest

📋 copy color: '#5D672B'

red 93 ◦ green 103 ◦ blue 43

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

Shades of Rain Forest #5D672B

Tints of Rain Forest #5D672B

RGB

 RED value IS 93 (36.72% from 255) = 38.91%

 GREEN value IS 103 (40.63% from 255) = 43.1%

 BLUE value IS 43 (17.19% from 255) = 17.99%

R = 38.91%
G = 43.1%
B = 17.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#5D672B (or 0x5D672B) is known color: Rain Forest. HEX triplet: 5D, 67 and 2B. RGB value is (93,103,43). Sum of RGB (Red+Green+Blue) = 93+103+43=239 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.91% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 103 - color contains mainly: green. Hex color #5D672B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D672B is #A298D4. Grayscale: #5D5D5D. Windows color (decimal): -10655957 or 2844509. OLE color: 2844509.

HSL color Cylindrical-coordinate representation of color #5D672B: hue angle of 70º 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 #5D672B is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB 93 103 43 -
CMYK 0.10 0 0.58 0.60
HSL 70º 0.41% 0.29% -
HSV(B) 70º 0.58% 0.4% -
XYZ 9.8 12.2 4.12 -
YUV 93.17 99.69 127.88 -
System Red Green Blue C M Y K H S L
Decimal 93 103 43 0.10 0 0.58 0.60 70 0.41 0.29
Hex 5D 67 2B A 0 3A 3C 46 29 1D
Octal 135 147 53 12 0 72 74 106 51 35
Binary 1011101 1100111 101011 1010 0 111010 111100 1000110 101001 11101

Color Harmonies of #5D672B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D672B

Black with #5D672B

Text Example


Text Example

White with #5D672B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D672B;
 }
 .AnyTagClassName
 {
   color: #5D672B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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