Html Css Color HEX #503A24 Clinker

📋 copy color: '#503A24'

red 80 ◦ green 58 ◦ blue 36

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

Shades of Clinker #503A24

Tints of Clinker #503A24

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.33%

 BLUE value IS 36 (14.45% from 255) = 20.69%

R = 45.98%
G = 33.33%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#503A24 (or 0x503A24) is known color: Clinker. HEX triplet: 50, 3A and 24. RGB value is (80,58,36). Sum of RGB (Red+Green+Blue) = 80+58+36=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #503A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A24 is #AFC5DB. Grayscale: #3E3E3E. Windows color (decimal): -11519452 or 2374224. OLE color: 2374224.

HSL color Cylindrical-coordinate representation of color #503A24: hue angle of 30º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #503A24 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 58 36 -
CMYK 0 0.28 0.55 0.69
HSL 30º 0.38% 0.23% -
HSV(B) 30º 0.55% 0.31% -
XYZ 5.14 4.86 2.34 -
YUV 62.07 113.29 140.79 -
System Red Green Blue C M Y K H S L
Decimal 80 58 36 0 0.28 0.55 0.69 30 0.38 0.23
Hex 50 3A 24 0 1C 37 45 1E 26 17
Octal 120 72 44 0 34 67 105 36 46 27
Binary 1010000 111010 100100 0 11100 110111 1000101 11110 100110 10111

Color Harmonies of #503A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503A24

Black with #503A24

Text Example


Text Example

White with #503A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503A24; }

 p { color: rgb(80,58,36); }

 H1.HeaderClassName
 {
   color: #503A24;
 }
 .AnyTagClassName
 {
   color: #503A24;
 }
</style>

background-color css

<style>
 a { background-color: #503A24; }

 a { background-color: rgb(80,58,36); }

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

border-color css

<style>
 span { border-color: #503A24; }

 span { border-color: rgb(80,58,36); }

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