Html Css Color HEX #524B2B Thatch Green

📋 copy color: '#524B2B'

red 82 ◦ green 75 ◦ blue 43

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

Shades of Thatch Green #524B2B

Tints of Thatch Green #524B2B

RGB

 RED value IS 82 (32.42% from 255) = 41%

 GREEN value IS 75 (29.69% from 255) = 37.5%

 BLUE value IS 43 (17.19% from 255) = 21.5%

R = 41%
G = 37.5%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#524B2B (or 0x524B2B) is known color: Thatch Green. HEX triplet: 52, 4B and 2B. RGB value is (82,75,43). Sum of RGB (Red+Green+Blue) = 82+75+43=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #524B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B2B is #ADB4D4. Grayscale: #494949. Windows color (decimal): -11384021 or 2837330. OLE color: 2837330.

HSL color Cylindrical-coordinate representation of color #524B2B: hue angle of 49.23º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #524B2B is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 75 43 -
CMYK 0 0.09 0.48 0.68
HSL 49.23º 0.31% 0.25% -
HSV(B) 49.23º 0.48% 0.32% -
XYZ 6.43 7 3.3 -
YUV 73.45 110.82 134.1 -
System Red Green Blue C M Y K H S L
Decimal 82 75 43 0 0.09 0.48 0.68 49.23 0.31 0.25
Hex 52 4B 2B 0 9 30 44 31 1F 19
Octal 122 113 53 0 11 60 104 61 37 31
Binary 1010010 1001011 101011 0 1001 110000 1000100 110001 11111 11001

Color Harmonies of #524B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B2B

Black with #524B2B

Text Example


Text Example

White with #524B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524B2B; }

 p { color: rgb(82,75,43); }

 H1.HeaderClassName
 {
   color: #524B2B;
 }
 .AnyTagClassName
 {
   color: #524B2B;
 }
</style>

background-color css

<style>
 a { background-color: #524B2B; }

 a { background-color: rgb(82,75,43); }

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

border-color css

<style>
 span { border-color: #524B2B; }

 span { border-color: rgb(82,75,43); }

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