Html Css Color HEX #463015 Clinker

📋 copy color: '#463015'

red 70 ◦ green 48 ◦ blue 21

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

Shades of Clinker #463015

Tints of Clinker #463015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.53%

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

R = 50.36%
G = 34.53%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#463015 (or 0x463015) is known color: Clinker. HEX triplet: 46, 30 and 15. RGB value is (70,48,21). Sum of RGB (Red+Green+Blue) = 70+48+21=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #463015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463015 is #B9CFEA. Grayscale: #333333. Windows color (decimal): -12177387 or 1388614. OLE color: 1388614.

HSL color Cylindrical-coordinate representation of color #463015: hue angle of 33.06º 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 #463015 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 48 21 -
CMYK 0 0.31 0.70 0.73
HSL 33.06º 0.54% 0.18% -
HSV(B) 33.06º 0.7% 0.27% -
XYZ 3.72 3.47 1.18 -
YUV 51.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 70 48 21 0 0.31 0.70 0.73 33.06 0.54 0.18
Hex 46 30 15 0 1F 46 49 21 36 12
Octal 106 60 25 0 37 106 111 41 66 22
Binary 1000110 110000 10101 0 11111 1000110 1001001 100001 110110 10010

Color Harmonies of #463015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463015

Black with #463015

Text Example


Text Example

White with #463015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463015; }

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

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

background-color css

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

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

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

border-color css

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

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

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