Html Css Color HEX #463115 Clinker

📋 copy color: '#463115'

red 70 ◦ green 49 ◦ blue 21

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

Shades of Clinker #463115

Tints of Clinker #463115

RGB

 RED value IS 70 (27.73% from 255) = 50%

 GREEN value IS 49 (19.53% from 255) = 35%

 BLUE value IS 21 (8.59% from 255) = 15%

R = 50%
G = 35%
B = 15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#463115 (or 0x463115) is known color: Clinker. HEX triplet: 46, 31 and 15. RGB value is (70,49,21). Sum of RGB (Red+Green+Blue) = 70+49+21=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #463115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463115 is #B9CEEA. Grayscale: #343434. Windows color (decimal): -12177131 or 1388870. OLE color: 1388870.

HSL color Cylindrical-coordinate representation of color #463115: hue angle of 34.29º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #463115 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 49 21 -
CMYK 0 0.30 0.70 0.73
HSL 34.29º 0.54% 0.18% -
HSV(B) 34.29º 0.7% 0.27% -
XYZ 3.76 3.55 1.2 -
YUV 52.09 110.46 140.78 -
System Red Green Blue C M Y K H S L
Decimal 70 49 21 0 0.30 0.70 0.73 34.29 0.54 0.18
Hex 46 31 15 0 1E 46 49 22 36 12
Octal 106 61 25 0 36 106 111 42 66 22
Binary 1000110 110001 10101 0 11110 1000110 1001001 100010 110110 10010

Color Harmonies of #463115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463115

Black with #463115

Text Example


Text Example

White with #463115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463115; }

 p { color: rgb(70,49,21); }

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

background-color css

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

 a { background-color: rgb(70,49,21); }

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

border-color css

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

 span { border-color: rgb(70,49,21); }

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