Html Css Color HEX #554F31 Thatch Green

📋 copy color: '#554F31'

red 85 ◦ green 79 ◦ blue 49

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

Shades of Thatch Green #554F31

Tints of Thatch Green #554F31

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.09%

 BLUE value IS 49 (19.53% from 255) = 23%

R = 39.91%
G = 37.09%
B = 23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#554F31 (or 0x554F31) is known color: Thatch Green. HEX triplet: 55, 4F and 31. RGB value is (85,79,49). Sum of RGB (Red+Green+Blue) = 85+79+49=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #554F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F31 is #AAB0CE. Grayscale: #4D4D4D. Windows color (decimal): -11186383 or 3231573. OLE color: 3231573.

HSL color Cylindrical-coordinate representation of color #554F31: hue angle of 50º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #554F31 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 79 49 -
CMYK 0 0.07 0.42 0.67
HSL 50º 0.27% 0.26% -
HSV(B) 50º 0.42% 0.33% -
XYZ 7.1 7.75 4.03 -
YUV 77.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 85 79 49 0 0.07 0.42 0.67 50 0.27 0.26
Hex 55 4F 31 0 7 2A 43 32 1B 1A
Octal 125 117 61 0 7 52 103 62 33 32
Binary 1010101 1001111 110001 0 111 101010 1000011 110010 11011 11010

Color Harmonies of #554F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F31

Black with #554F31

Text Example


Text Example

White with #554F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554F31; }

 p { color: rgb(85,79,49); }

 H1.HeaderClassName
 {
   color: #554F31;
 }
 .AnyTagClassName
 {
   color: #554F31;
 }
</style>

background-color css

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

 a { background-color: rgb(85,79,49); }

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

border-color css

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

 span { border-color: rgb(85,79,49); }

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