Html Css Color HEX #463111 Clinker

📋 copy color: '#463111'

red 70 ◦ green 49 ◦ blue 17

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

Shades of Clinker #463111

Tints of Clinker #463111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.5%

R = 51.47%
G = 36.03%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#463111 (or 0x463111) is known color: Clinker. HEX triplet: 46, 31 and 11. RGB value is (70,49,17). Sum of RGB (Red+Green+Blue) = 70+49+17=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #463111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463111 is #B9CEEE. Grayscale: #333333. Windows color (decimal): -12177135 or 1126726. OLE color: 1126726.

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

Color convert

RGB 70 49 17 -
CMYK 0 0.30 0.76 0.73
HSL 36.23º 0.61% 0.17% -
HSV(B) 36.23º 0.76% 0.27% -
XYZ 3.73 3.54 1.02 -
YUV 51.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 70 49 17 0 0.30 0.76 0.73 36.23 0.61 0.17
Hex 46 31 11 0 1E 4C 49 24 3D 11
Octal 106 61 21 0 36 114 111 44 75 21
Binary 1000110 110001 10001 0 11110 1001100 1001001 100100 111101 10001

Color Harmonies of #463111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463111

Black with #463111

Text Example


Text Example

White with #463111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463111; }

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

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

background-color css

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

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

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

border-color css

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

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

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