Html Css Color HEX #503A17 Clinker

📋 copy color: '#503A17'

red 80 ◦ green 58 ◦ blue 23

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

Shades of Clinker #503A17

Tints of Clinker #503A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.29%

R = 49.69%
G = 36.02%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#503A17 (or 0x503A17) is known color: Clinker. HEX triplet: 50, 3A and 17. RGB value is (80,58,23). Sum of RGB (Red+Green+Blue) = 80+58+23=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #503A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503A17 is #AFC5E8. Grayscale: #3C3C3C. Windows color (decimal): -11519465 or 1522256. OLE color: 1522256.

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

Color convert

RGB 80 58 23 -
CMYK 0 0.28 0.71 0.69
HSL 36.84º 0.55% 0.2% -
HSV(B) 36.84º 0.71% 0.31% -
XYZ 4.98 4.79 1.47 -
YUV 60.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 80 58 23 0 0.28 0.71 0.69 36.84 0.55 0.2
Hex 50 3A 17 0 1C 47 45 25 37 14
Octal 120 72 27 0 34 107 105 45 67 24
Binary 1010000 111010 10111 0 11100 1000111 1000101 100101 110111 10100

Color Harmonies of #503A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503A17

Black with #503A17

Text Example


Text Example

White with #503A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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