Html Css Color HEX #50370F Clinker

📋 copy color: '#50370F'

red 80 ◦ green 55 ◦ blue 15

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

Shades of Clinker #50370F

Tints of Clinker #50370F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.67%

 BLUE value IS 15 (6.25% from 255) = 10%

R = 53.33%
G = 36.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#50370F (or 0x50370F) is known color: Clinker. HEX triplet: 50, 37 and 0F. RGB value is (80,55,15). Sum of RGB (Red+Green+Blue) = 80+55+15=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #50370F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50370F is #AFC8F0. Grayscale: #3A3A3A. Windows color (decimal): -11520241 or 997200. OLE color: 997200.

HSL color Cylindrical-coordinate representation of color #50370F: hue angle of 36.92º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50370F is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 55 15 -
CMYK 0 0.31 0.81 0.69
HSL 36.92º 0.68% 0.19% -
HSV(B) 36.92º 0.81% 0.31% -
XYZ 4.76 4.47 1.06 -
YUV 57.92 103.78 143.75 -
System Red Green Blue C M Y K H S L
Decimal 80 55 15 0 0.31 0.81 0.69 36.92 0.68 0.19
Hex 50 37 F 0 1F 51 45 25 44 13
Octal 120 67 17 0 37 121 105 45 104 23
Binary 1010000 110111 1111 0 11111 1010001 1000101 100101 1000100 10011

Color Harmonies of #50370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50370F

Black with #50370F

Text Example


Text Example

White with #50370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,55,15); }

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

background-color css

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

 a { background-color: rgb(80,55,15); }

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

border-color css

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

 span { border-color: rgb(80,55,15); }

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