Html Css Color HEX #46371E Clinker

📋 copy color: '#46371E'

red 70 ◦ green 55 ◦ blue 30

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

Shades of Clinker #46371E

Tints of Clinker #46371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.35%

R = 45.16%
G = 35.48%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#46371E (or 0x46371E) is known color: Clinker. HEX triplet: 46, 37 and 1E. RGB value is (70,55,30). Sum of RGB (Red+Green+Blue) = 70+55+30=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #46371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46371E is #B9C8E1. Grayscale: #383838. Windows color (decimal): -12175586 or 1980230. OLE color: 1980230.

HSL color Cylindrical-coordinate representation of color #46371E: hue angle of 37.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46371E is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 55 30 -
CMYK 0 0.21 0.57 0.73
HSL 37.5º 0.4% 0.2% -
HSV(B) 37.5º 0.57% 0.27% -
XYZ 4.13 4.13 1.81 -
YUV 56.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 70 55 30 0 0.21 0.57 0.73 37.5 0.4 0.2
Hex 46 37 1E 0 15 39 49 26 28 14
Octal 106 67 36 0 25 71 111 46 50 24
Binary 1000110 110111 11110 0 10101 111001 1001001 100110 101000 10100

Color Harmonies of #46371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46371E

Black with #46371E

Text Example


Text Example

White with #46371E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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