Html Css Color HEX #504B28 Thatch Green

📋 copy color: '#504B28'

red 80 ◦ green 75 ◦ blue 40

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

Shades of Thatch Green #504B28

Tints of Thatch Green #504B28

RGB

 RED value IS 80 (31.64% from 255) = 41.03%

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

 BLUE value IS 40 (16.02% from 255) = 20.51%

R = 41.03%
G = 38.46%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#504B28 (or 0x504B28) is known color: Thatch Green. HEX triplet: 50, 4B and 28. RGB value is (80,75,40). Sum of RGB (Red+Green+Blue) = 80+75+40=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #504B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B28 is #AFB4D7. Grayscale: #484848. Windows color (decimal): -11515096 or 2640720. OLE color: 2640720.

HSL color Cylindrical-coordinate representation of color #504B28: hue angle of 52.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #504B28 is Cyan = 0, Magento = 0.06, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 75 40 -
CMYK 0 0.06 0.5 0.69
HSL 52.5º 0.33% 0.24% -
HSV(B) 52.5º 0.5% 0.31% -
XYZ 6.21 6.89 3.01 -
YUV 72.51 109.66 133.35 -
System Red Green Blue C M Y K H S L
Decimal 80 75 40 0 0.06 0.5 0.69 52.5 0.33 0.24
Hex 50 4B 28 0 6 32 45 34 21 18
Octal 120 113 50 0 6 62 105 64 41 30
Binary 1010000 1001011 101000 0 110 110010 1000101 110100 100001 11000

Color Harmonies of #504B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504B28

Black with #504B28

Text Example


Text Example

White with #504B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504B28; }

 p { color: rgb(80,75,40); }

 H1.HeaderClassName
 {
   color: #504B28;
 }
 .AnyTagClassName
 {
   color: #504B28;
 }
</style>

background-color css

<style>
 a { background-color: #504B28; }

 a { background-color: rgb(80,75,40); }

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

border-color css

<style>
 span { border-color: #504B28; }

 span { border-color: rgb(80,75,40); }

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