Html Css Color HEX #46371D Clinker

📋 copy color: '#46371D'

red 70 ◦ green 55 ◦ blue 29

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

Shades of Clinker #46371D

Tints of Clinker #46371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.83%

R = 45.45%
G = 35.71%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#46371D (or 0x46371D) is known color: Clinker. HEX triplet: 46, 37 and 1D. RGB value is (70,55,29). Sum of RGB (Red+Green+Blue) = 70+55+29=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #46371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46371D is #B9C8E2. Grayscale: #383838. Windows color (decimal): -12175587 or 1914694. OLE color: 1914694.

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

Color convert

RGB 70 55 29 -
CMYK 0 0.21 0.59 0.73
HSL 38.05º 0.41% 0.19% -
HSV(B) 38.05º 0.59% 0.27% -
XYZ 4.11 4.12 1.74 -
YUV 56.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 70 55 29 0 0.21 0.59 0.73 38.05 0.41 0.19
Hex 46 37 1D 0 15 3B 49 26 29 13
Octal 106 67 35 0 25 73 111 46 51 23
Binary 1000110 110111 11101 0 10101 111011 1001001 100110 101001 10011

Color Harmonies of #46371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46371D

Black with #46371D

Text Example


Text Example

White with #46371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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