Html Css Color HEX #50380D Clinker

📋 copy color: '#50380D'

red 80 ◦ green 56 ◦ blue 13

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

Shades of Clinker #50380D

Tints of Clinker #50380D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.72%

R = 53.69%
G = 37.58%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#50380D (or 0x50380D) is known color: Clinker. HEX triplet: 50, 38 and 0D. RGB value is (80,56,13). Sum of RGB (Red+Green+Blue) = 80+56+13=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #50380D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50380D is #AFC7F2. Grayscale: #3A3A3A. Windows color (decimal): -11519987 or 866384. OLE color: 866384.

HSL color Cylindrical-coordinate representation of color #50380D: hue angle of 38.51º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50380D is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 56 13 -
CMYK 0 0.30 0.84 0.69
HSL 38.51º 0.72% 0.18% -
HSV(B) 38.51º 0.84% 0.31% -
XYZ 4.8 4.56 1.01 -
YUV 58.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 80 56 13 0 0.30 0.84 0.69 38.51 0.72 0.18
Hex 50 38 D 0 1E 54 45 27 48 12
Octal 120 70 15 0 36 124 105 47 110 22
Binary 1010000 111000 1101 0 11110 1010100 1000101 100111 1001000 10010

Color Harmonies of #50380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50380D

Black with #50380D

Text Example


Text Example

White with #50380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50380D; }

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

 H1.HeaderClassName
 {
   color: #50380D;
 }
 .AnyTagClassName
 {
   color: #50380D;
 }
</style>

background-color css

<style>
 a { background-color: #50380D; }

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

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

border-color css

<style>
 span { border-color: #50380D; }

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

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