Html Css Color HEX #503B19 Clinker

📋 copy color: '#503B19'

red 80 ◦ green 59 ◦ blue 25

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

Shades of Clinker #503B19

Tints of Clinker #503B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.24%

R = 48.78%
G = 35.98%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#503B19 (or 0x503B19) is known color: Clinker. HEX triplet: 50, 3B and 19. RGB value is (80,59,25). Sum of RGB (Red+Green+Blue) = 80+59+25=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #503B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503B19 is #AFC4E6. Grayscale: #3D3D3D. Windows color (decimal): -11519207 or 1653584. OLE color: 1653584.

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

Color convert

RGB 80 59 25 -
CMYK 0 0.26 0.69 0.69
HSL 37.09º 0.52% 0.21% -
HSV(B) 37.09º 0.69% 0.31% -
XYZ 5.05 4.9 1.6 -
YUV 61.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 80 59 25 0 0.26 0.69 0.69 37.09 0.52 0.21
Hex 50 3B 19 0 1A 45 45 25 34 15
Octal 120 73 31 0 32 105 105 45 64 25
Binary 1010000 111011 11001 0 11010 1000101 1000101 100101 110100 10101

Color Harmonies of #503B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503B19

Black with #503B19

Text Example


Text Example

White with #503B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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