Html Css Color HEX #463215 Clinker

📋 copy color: '#463215'

red 70 ◦ green 50 ◦ blue 21

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

Shades of Clinker #463215

Tints of Clinker #463215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.46%

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

R = 49.65%
G = 35.46%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#463215 (or 0x463215) is known color: Clinker. HEX triplet: 46, 32 and 15. RGB value is (70,50,21). Sum of RGB (Red+Green+Blue) = 70+50+21=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #463215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463215 is #B9CDEA. Grayscale: #343434. Windows color (decimal): -12176875 or 1389126. OLE color: 1389126.

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

Color convert

RGB 70 50 21 -
CMYK 0 0.29 0.70 0.73
HSL 35.51º 0.54% 0.18% -
HSV(B) 35.51º 0.7% 0.27% -
XYZ 3.8 3.64 1.21 -
YUV 52.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 70 50 21 0 0.29 0.70 0.73 35.51 0.54 0.18
Hex 46 32 15 0 1D 46 49 24 36 12
Octal 106 62 25 0 35 106 111 44 66 22
Binary 1000110 110010 10101 0 11101 1000110 1001001 100100 110110 10010

Color Harmonies of #463215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463215

Black with #463215

Text Example


Text Example

White with #463215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463215; }

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

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

background-color css

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

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

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

border-color css

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

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

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