Html Css Color HEX #463112 Clinker

📋 copy color: '#463112'

red 70 ◦ green 49 ◦ blue 18

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

Shades of Clinker #463112

Tints of Clinker #463112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.14%

R = 51.09%
G = 35.77%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#463112 (or 0x463112) is known color: Clinker. HEX triplet: 46, 31 and 12. RGB value is (70,49,18). Sum of RGB (Red+Green+Blue) = 70+49+18=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #463112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463112 is #B9CEED. Grayscale: #333333. Windows color (decimal): -12177134 or 1192262. OLE color: 1192262.

HSL color Cylindrical-coordinate representation of color #463112: hue angle of 35.77º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #463112 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 49 18 -
CMYK 0 0.30 0.74 0.73
HSL 35.77º 0.59% 0.17% -
HSV(B) 35.77º 0.74% 0.27% -
XYZ 3.73 3.54 1.06 -
YUV 51.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 70 49 18 0 0.30 0.74 0.73 35.77 0.59 0.17
Hex 46 31 12 0 1E 4A 49 24 3B 11
Octal 106 61 22 0 36 112 111 44 73 21
Binary 1000110 110001 10010 0 11110 1001010 1001001 100100 111011 10001

Color Harmonies of #463112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463112

Black with #463112

Text Example


Text Example

White with #463112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463112; }

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

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

background-color css

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

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

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

border-color css

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

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

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