Html Css Color HEX #55512D Thatch Green

📋 copy color: '#55512D'

red 85 ◦ green 81 ◦ blue 45

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

Shades of Thatch Green #55512D

Tints of Thatch Green #55512D

RGB

 RED value IS 85 (33.59% from 255) = 40.28%

 GREEN value IS 81 (32.03% from 255) = 38.39%

 BLUE value IS 45 (17.97% from 255) = 21.33%

R = 40.28%
G = 38.39%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#55512D (or 0x55512D) is known color: Thatch Green. HEX triplet: 55, 51 and 2D. RGB value is (85,81,45). Sum of RGB (Red+Green+Blue) = 85+81+45=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #55512D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55512D is #AAAED2. Grayscale: #4E4E4E. Windows color (decimal): -11185875 or 2969941. OLE color: 2969941.

HSL color Cylindrical-coordinate representation of color #55512D: hue angle of 54º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55512D is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 81 45 -
CMYK 0 0.05 0.47 0.67
HSL 54º 0.31% 0.25% -
HSV(B) 54º 0.47% 0.33% -
XYZ 7.16 8.01 3.65 -
YUV 78.09 109.33 132.93 -
System Red Green Blue C M Y K H S L
Decimal 85 81 45 0 0.05 0.47 0.67 54 0.31 0.25
Hex 55 51 2D 0 5 2F 43 36 1F 19
Octal 125 121 55 0 5 57 103 66 37 31
Binary 1010101 1010001 101101 0 101 101111 1000011 110110 11111 11001

Color Harmonies of #55512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55512D

Black with #55512D

Text Example


Text Example

White with #55512D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55512D; }

 p { color: rgb(85,81,45); }

 H1.HeaderClassName
 {
   color: #55512D;
 }
 .AnyTagClassName
 {
   color: #55512D;
 }
</style>

background-color css

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

 a { background-color: rgb(85,81,45); }

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

border-color css

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

 span { border-color: rgb(85,81,45); }

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