Html Css Color HEX #503B1E Clinker

📋 copy color: '#503B1E'

red 80 ◦ green 59 ◦ blue 30

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

Shades of Clinker #503B1E

Tints of Clinker #503B1E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.91%

 BLUE value IS 30 (12.11% from 255) = 17.75%

R = 47.34%
G = 34.91%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#503B1E (or 0x503B1E) is known color: Clinker. HEX triplet: 50, 3B and 1E. RGB value is (80,59,30). Sum of RGB (Red+Green+Blue) = 80+59+30=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #503B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B1E is #AFC4E1. Grayscale: #3E3E3E. Windows color (decimal): -11519202 or 1981264. OLE color: 1981264.

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

Color convert

RGB 80 59 30 -
CMYK 0 0.26 0.62 0.69
HSL 34.8º 0.45% 0.22% -
HSV(B) 34.8º 0.63% 0.31% -
XYZ 5.11 4.93 1.91 -
YUV 61.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 80 59 30 0 0.26 0.62 0.69 34.8 0.45 0.22
Hex 50 3B 1E 0 1A 3E 45 23 2D 16
Octal 120 73 36 0 32 76 105 43 55 26
Binary 1010000 111011 11110 0 11010 111110 1000101 100011 101101 10110

Color Harmonies of #503B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503B1E

Black with #503B1E

Text Example


Text Example

White with #503B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,59,30); }

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

background-color css

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

 a { background-color: rgb(80,59,30); }

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

border-color css

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

 span { border-color: rgb(80,59,30); }

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