Html Css Color HEX #534E2A Thatch Green

📋 copy color: '#534E2A'

red 83 ◦ green 78 ◦ blue 42

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

Shades of Thatch Green #534E2A

Tints of Thatch Green #534E2A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 38.42%

 BLUE value IS 42 (16.8% from 255) = 20.69%

R = 40.89%
G = 38.42%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#534E2A (or 0x534E2A) is known color: Thatch Green. HEX triplet: 53, 4E and 2A. RGB value is (83,78,42). Sum of RGB (Red+Green+Blue) = 83+78+42=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #534E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E2A is #ACB1D5. Grayscale: #4B4B4B. Windows color (decimal): -11317718 or 2772563. OLE color: 2772563.

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

Color convert

RGB 83 78 42 -
CMYK 0 0.06 0.49 0.67
HSL 52.68º 0.33% 0.25% -
HSV(B) 52.68º 0.49% 0.33% -
XYZ 6.71 7.45 3.28 -
YUV 75.39 109.16 133.43 -
System Red Green Blue C M Y K H S L
Decimal 83 78 42 0 0.06 0.49 0.67 52.68 0.33 0.25
Hex 53 4E 2A 0 6 31 43 35 21 19
Octal 123 116 52 0 6 61 103 65 41 31
Binary 1010011 1001110 101010 0 110 110001 1000011 110101 100001 11001

Color Harmonies of #534E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E2A

Black with #534E2A

Text Example


Text Example

White with #534E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,78,42); }

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

background-color css

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

 a { background-color: rgb(83,78,42); }

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

border-color css

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

 span { border-color: rgb(83,78,42); }

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