Html Css Color HEX #503C1F Clinker

📋 copy color: '#503C1F'

red 80 ◦ green 60 ◦ blue 31

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

Shades of Clinker #503C1F

Tints of Clinker #503C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.13%

R = 46.78%
G = 35.09%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#503C1F (or 0x503C1F) is known color: Clinker. HEX triplet: 50, 3C and 1F. RGB value is (80,60,31). Sum of RGB (Red+Green+Blue) = 80+60+31=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #503C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C1F is #AFC3E0. Grayscale: #3E3E3E. Windows color (decimal): -11518945 or 2047056. OLE color: 2047056.

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

Color convert

RGB 80 60 31 -
CMYK 0 0.25 0.61 0.69
HSL 35.51º 0.44% 0.22% -
HSV(B) 35.51º 0.61% 0.31% -
XYZ 5.17 5.04 2 -
YUV 62.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 80 60 31 0 0.25 0.61 0.69 35.51 0.44 0.22
Hex 50 3C 1F 0 19 3D 45 24 2C 16
Octal 120 74 37 0 31 75 105 44 54 26
Binary 1010000 111100 11111 0 11001 111101 1000101 100100 101100 10110

Color Harmonies of #503C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503C1F

Black with #503C1F

Text Example


Text Example

White with #503C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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