Html Css Color HEX #46311F Clinker

📋 copy color: '#46311F'

red 70 ◦ green 49 ◦ blue 31

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

Shades of Clinker #46311F

Tints of Clinker #46311F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.67%

R = 46.67%
G = 32.67%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#46311F (or 0x46311F) is known color: Clinker. HEX triplet: 46, 31 and 1F. RGB value is (70,49,31). Sum of RGB (Red+Green+Blue) = 70+49+31=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #46311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46311F is #B9CEE0. Grayscale: #353535. Windows color (decimal): -12177121 or 2044230. OLE color: 2044230.

HSL color Cylindrical-coordinate representation of color #46311F: hue angle of 27.69º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46311F is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 49 31 -
CMYK 0 0.30 0.56 0.73
HSL 27.69º 0.39% 0.2% -
HSV(B) 27.69º 0.56% 0.27% -
XYZ 3.87 3.6 1.79 -
YUV 53.23 115.46 139.96 -
System Red Green Blue C M Y K H S L
Decimal 70 49 31 0 0.30 0.56 0.73 27.69 0.39 0.2
Hex 46 31 1F 0 1E 38 49 1C 27 14
Octal 106 61 37 0 36 70 111 34 47 24
Binary 1000110 110001 11111 0 11110 111000 1001001 11100 100111 10100

Color Harmonies of #46311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46311F

Black with #46311F

Text Example


Text Example

White with #46311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46311F; }

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

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

background-color css

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

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

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

border-color css

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

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

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