Html Css Color HEX #46371F Clinker

📋 copy color: '#46371F'

red 70 ◦ green 55 ◦ blue 31

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

Shades of Clinker #46371F

Tints of Clinker #46371F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.26%

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

R = 44.87%
G = 35.26%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#46371F (or 0x46371F) is known color: Clinker. HEX triplet: 46, 37 and 1F. RGB value is (70,55,31). Sum of RGB (Red+Green+Blue) = 70+55+31=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #46371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46371F is #B9C8E0. Grayscale: #383838. Windows color (decimal): -12175585 or 2045766. OLE color: 2045766.

HSL color Cylindrical-coordinate representation of color #46371F: hue angle of 36.92º 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 #46371F is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 55 31 -
CMYK 0 0.21 0.56 0.73
HSL 36.92º 0.39% 0.2% -
HSV(B) 36.92º 0.56% 0.27% -
XYZ 4.14 4.13 1.88 -
YUV 56.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 70 55 31 0 0.21 0.56 0.73 36.92 0.39 0.2
Hex 46 37 1F 0 15 38 49 25 27 14
Octal 106 67 37 0 25 70 111 45 47 24
Binary 1000110 110111 11111 0 10101 111000 1001001 100101 100111 10100

Color Harmonies of #46371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46371F

Black with #46371F

Text Example


Text Example

White with #46371F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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