Html Css Color HEX #463315 Clinker

📋 copy color: '#463315'

red 70 ◦ green 51 ◦ blue 21

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

Shades of Clinker #463315

Tints of Clinker #463315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.92%

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

R = 49.3%
G = 35.92%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#463315 (or 0x463315) is known color: Clinker. HEX triplet: 46, 33 and 15. RGB value is (70,51,21). Sum of RGB (Red+Green+Blue) = 70+51+21=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #463315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463315 is #B9CCEA. Grayscale: #353535. Windows color (decimal): -12176619 or 1389382. OLE color: 1389382.

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

Color convert

RGB 70 51 21 -
CMYK 0 0.27 0.70 0.73
HSL 36.73º 0.54% 0.18% -
HSV(B) 36.73º 0.7% 0.27% -
XYZ 3.84 3.72 1.23 -
YUV 53.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 70 51 21 0 0.27 0.70 0.73 36.73 0.54 0.18
Hex 46 33 15 0 1B 46 49 25 36 12
Octal 106 63 25 0 33 106 111 45 66 22
Binary 1000110 110011 10101 0 11011 1000110 1001001 100101 110110 10010

Color Harmonies of #463315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463315

Black with #463315

Text Example


Text Example

White with #463315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463315; }

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

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

background-color css

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

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

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

border-color css

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

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

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