Html Css Color HEX #463110 Clinker

📋 copy color: '#463110'

red 70 ◦ green 49 ◦ blue 16

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

Shades of Clinker #463110

Tints of Clinker #463110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.85%

R = 51.85%
G = 36.3%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#463110 (or 0x463110) is known color: Clinker. HEX triplet: 46, 31 and 10. RGB value is (70,49,16). Sum of RGB (Red+Green+Blue) = 70+49+16=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #463110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463110 is #B9CEEF. Grayscale: #333333. Windows color (decimal): -12177136 or 1061190. OLE color: 1061190.

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

Color convert

RGB 70 49 16 -
CMYK 0 0.30 0.77 0.73
HSL 36.67º 0.63% 0.17% -
HSV(B) 36.67º 0.77% 0.27% -
XYZ 3.72 3.54 0.98 -
YUV 51.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 70 49 16 0 0.30 0.77 0.73 36.67 0.63 0.17
Hex 46 31 10 0 1E 4D 49 25 3F 11
Octal 106 61 20 0 36 115 111 45 77 21
Binary 1000110 110001 10000 0 11110 1001101 1001001 100101 111111 10001

Color Harmonies of #463110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463110

Black with #463110

Text Example


Text Example

White with #463110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463110; }

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

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

background-color css

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

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

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

border-color css

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

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

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