Html Css Color HEX #50381F Clinker

📋 copy color: '#50381F'

red 80 ◦ green 56 ◦ blue 31

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

Shades of Clinker #50381F

Tints of Clinker #50381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.53%

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

R = 47.9%
G = 33.53%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#50381F (or 0x50381F) is known color: Clinker. HEX triplet: 50, 38 and 1F. RGB value is (80,56,31). Sum of RGB (Red+Green+Blue) = 80+56+31=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #50381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50381F is #AFC7E0. Grayscale: #3C3C3C. Windows color (decimal): -11519969 or 2046032. OLE color: 2046032.

HSL color Cylindrical-coordinate representation of color #50381F: hue angle of 30.61º 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 #50381F is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 56 31 -
CMYK 0 0.30 0.61 0.69
HSL 30.61º 0.44% 0.22% -
HSV(B) 30.61º 0.61% 0.31% -
XYZ 4.97 4.63 1.93 -
YUV 60.33 111.45 142.03 -
System Red Green Blue C M Y K H S L
Decimal 80 56 31 0 0.30 0.61 0.69 30.61 0.44 0.22
Hex 50 38 1F 0 1E 3D 45 1F 2C 16
Octal 120 70 37 0 36 75 105 37 54 26
Binary 1010000 111000 11111 0 11110 111101 1000101 11111 101100 10110

Color Harmonies of #50381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50381F

Black with #50381F

Text Example


Text Example

White with #50381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50381F; }

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

 H1.HeaderClassName
 {
   color: #50381F;
 }
 .AnyTagClassName
 {
   color: #50381F;
 }
</style>

background-color css

<style>
 a { background-color: #50381F; }

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

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

border-color css

<style>
 span { border-color: #50381F; }

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

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