Html Css Color HEX #46321F Clinker

📋 copy color: '#46321F'

red 70 ◦ green 50 ◦ blue 31

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

Shades of Clinker #46321F

Tints of Clinker #46321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.11%

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

R = 46.36%
G = 33.11%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#46321F (or 0x46321F) is known color: Clinker. HEX triplet: 46, 32 and 1F. RGB value is (70,50,31). Sum of RGB (Red+Green+Blue) = 70+50+31=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #46321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46321F is #B9CDE0. Grayscale: #353535. Windows color (decimal): -12176865 or 2044486. OLE color: 2044486.

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

Color convert

RGB 70 50 31 -
CMYK 0 0.29 0.56 0.73
HSL 29.23º 0.39% 0.2% -
HSV(B) 29.23º 0.56% 0.27% -
XYZ 3.91 3.68 1.8 -
YUV 53.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 70 50 31 0 0.29 0.56 0.73 29.23 0.39 0.2
Hex 46 32 1F 0 1D 38 49 1D 27 14
Octal 106 62 37 0 35 70 111 35 47 24
Binary 1000110 110010 11111 0 11101 111000 1001001 11101 100111 10100

Color Harmonies of #46321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46321F

Black with #46321F

Text Example


Text Example

White with #46321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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