Html Css Color HEX #534D2D Thatch Green

📋 copy color: '#534D2D'

red 83 ◦ green 77 ◦ blue 45

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

Shades of Thatch Green #534D2D

Tints of Thatch Green #534D2D

RGB

 RED value IS 83 (32.81% from 255) = 40.49%

 GREEN value IS 77 (30.47% from 255) = 37.56%

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

R = 40.49%
G = 37.56%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#534D2D (or 0x534D2D) is known color: Thatch Green. HEX triplet: 53, 4D and 2D. RGB value is (83,77,45). Sum of RGB (Red+Green+Blue) = 83+77+45=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #534D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D2D is #ACB2D2. Grayscale: #4B4B4B. Windows color (decimal): -11317971 or 2968915. OLE color: 2968915.

HSL color Cylindrical-coordinate representation of color #534D2D: hue angle of 50.53º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #534D2D is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 77 45 -
CMYK 0 0.07 0.46 0.67
HSL 50.53º 0.3% 0.25% -
HSV(B) 50.53º 0.46% 0.33% -
XYZ 6.69 7.34 3.55 -
YUV 75.15 110.99 133.6 -
System Red Green Blue C M Y K H S L
Decimal 83 77 45 0 0.07 0.46 0.67 50.53 0.3 0.25
Hex 53 4D 2D 0 7 2E 43 33 1E 19
Octal 123 115 55 0 7 56 103 63 36 31
Binary 1010011 1001101 101101 0 111 101110 1000011 110011 11110 11001

Color Harmonies of #534D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D2D

Black with #534D2D

Text Example


Text Example

White with #534D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534D2D; }

 p { color: rgb(83,77,45); }

 H1.HeaderClassName
 {
   color: #534D2D;
 }
 .AnyTagClassName
 {
   color: #534D2D;
 }
</style>

background-color css

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

 a { background-color: rgb(83,77,45); }

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

border-color css

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

 span { border-color: rgb(83,77,45); }

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