Html Css Color HEX #463415 Clinker

📋 copy color: '#463415'

red 70 ◦ green 52 ◦ blue 21

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

Shades of Clinker #463415

Tints of Clinker #463415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.36%

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

R = 48.95%
G = 36.36%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#463415 (or 0x463415) is known color: Clinker. HEX triplet: 46, 34 and 15. RGB value is (70,52,21). Sum of RGB (Red+Green+Blue) = 70+52+21=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #463415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463415 is #B9CBEA. Grayscale: #353535. Windows color (decimal): -12176363 or 1389638. OLE color: 1389638.

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

Color convert

RGB 70 52 21 -
CMYK 0 0.26 0.70 0.73
HSL 37.96º 0.54% 0.18% -
HSV(B) 37.96º 0.7% 0.27% -
XYZ 3.89 3.81 1.24 -
YUV 53.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 70 52 21 0 0.26 0.70 0.73 37.96 0.54 0.18
Hex 46 34 15 0 1A 46 49 26 36 12
Octal 106 64 25 0 32 106 111 46 66 22
Binary 1000110 110100 10101 0 11010 1000110 1001001 100110 110110 10010

Color Harmonies of #463415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463415

Black with #463415

Text Example


Text Example

White with #463415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463415; }

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

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

background-color css

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

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

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

border-color css

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

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

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