Html Css Color HEX #534C2C Thatch Green

📋 copy color: '#534C2C'

red 83 ◦ green 76 ◦ blue 44

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

Shades of Thatch Green #534C2C

Tints of Thatch Green #534C2C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.44%

 BLUE value IS 44 (17.58% from 255) = 21.67%

R = 40.89%
G = 37.44%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#534C2C (or 0x534C2C) is known color: Thatch Green. HEX triplet: 53, 4C and 2C. RGB value is (83,76,44). Sum of RGB (Red+Green+Blue) = 83+76+44=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #534C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C2C is #ACB3D3. Grayscale: #4A4A4A. Windows color (decimal): -11318228 or 2903123. OLE color: 2903123.

HSL color Cylindrical-coordinate representation of color #534C2C: hue angle of 49.23º 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 #534C2C is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 76 44 -
CMYK 0 0.08 0.47 0.67
HSL 49.23º 0.31% 0.25% -
HSV(B) 49.23º 0.47% 0.33% -
XYZ 6.61 7.19 3.42 -
YUV 74.45 110.82 134.1 -
System Red Green Blue C M Y K H S L
Decimal 83 76 44 0 0.08 0.47 0.67 49.23 0.31 0.25
Hex 53 4C 2C 0 8 2F 43 31 1F 19
Octal 123 114 54 0 10 57 103 61 37 31
Binary 1010011 1001100 101100 0 1000 101111 1000011 110001 11111 11001

Color Harmonies of #534C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C2C

Black with #534C2C

Text Example


Text Example

White with #534C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,76,44); }

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

background-color css

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

 a { background-color: rgb(83,76,44); }

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

border-color css

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

 span { border-color: rgb(83,76,44); }

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