Html Css Color HEX #46311A Clinker

📋 copy color: '#46311A'

red 70 ◦ green 49 ◦ blue 26

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

Shades of Clinker #46311A

Tints of Clinker #46311A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.93%

R = 48.28%
G = 33.79%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#46311A (or 0x46311A) is known color: Clinker. HEX triplet: 46, 31 and 1A. RGB value is (70,49,26). Sum of RGB (Red+Green+Blue) = 70+49+26=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #46311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46311A is #B9CEE5. Grayscale: #343434. Windows color (decimal): -12177126 or 1716550. OLE color: 1716550.

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

Color convert

RGB 70 49 26 -
CMYK 0 0.30 0.63 0.73
HSL 31.36º 0.46% 0.19% -
HSV(B) 31.36º 0.63% 0.27% -
XYZ 3.81 3.57 1.47 -
YUV 52.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 70 49 26 0 0.30 0.63 0.73 31.36 0.46 0.19
Hex 46 31 1A 0 1E 3F 49 1F 2E 13
Octal 106 61 32 0 36 77 111 37 56 23
Binary 1000110 110001 11010 0 11110 111111 1001001 11111 101110 10011

Color Harmonies of #46311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46311A

Black with #46311A

Text Example


Text Example

White with #46311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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