Html Css Color HEX #503C21 Clinker

📋 copy color: '#503C21'

red 80 ◦ green 60 ◦ blue 33

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

Shades of Clinker #503C21

Tints of Clinker #503C21

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.68%

 BLUE value IS 33 (13.28% from 255) = 19.08%

R = 46.24%
G = 34.68%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#503C21 (or 0x503C21) is known color: Clinker. HEX triplet: 50, 3C and 21. RGB value is (80,60,33). Sum of RGB (Red+Green+Blue) = 80+60+33=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #503C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C21 is #AFC3DE. Grayscale: #3F3F3F. Windows color (decimal): -11518943 or 2178128. OLE color: 2178128.

HSL color Cylindrical-coordinate representation of color #503C21: hue angle of 34.47º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #503C21 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 60 33 -
CMYK 0 0.25 0.59 0.69
HSL 34.47º 0.42% 0.22% -
HSV(B) 34.47º 0.59% 0.31% -
XYZ 5.2 5.05 2.14 -
YUV 62.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 80 60 33 0 0.25 0.59 0.69 34.47 0.42 0.22
Hex 50 3C 21 0 19 3B 45 22 2A 16
Octal 120 74 41 0 31 73 105 42 52 26
Binary 1010000 111100 100001 0 11001 111011 1000101 100010 101010 10110

Color Harmonies of #503C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503C21

Black with #503C21

Text Example


Text Example

White with #503C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,60,33); }

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

background-color css

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

 a { background-color: rgb(80,60,33); }

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

border-color css

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

 span { border-color: rgb(80,60,33); }

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