Html Css Color HEX #46351F Clinker

📋 copy color: '#46351F'

red 70 ◦ green 53 ◦ blue 31

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

Shades of Clinker #46351F

Tints of Clinker #46351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.42%

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

R = 45.45%
G = 34.42%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#46351F (or 0x46351F) is known color: Clinker. HEX triplet: 46, 35 and 1F. RGB value is (70,53,31). Sum of RGB (Red+Green+Blue) = 70+53+31=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #46351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46351F is #B9CAE0. Grayscale: #373737. Windows color (decimal): -12176097 or 2045254. OLE color: 2045254.

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

Color convert

RGB 70 53 31 -
CMYK 0 0.24 0.56 0.73
HSL 33.85º 0.39% 0.2% -
HSV(B) 33.85º 0.56% 0.27% -
XYZ 4.05 3.95 1.84 -
YUV 55.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 70 53 31 0 0.24 0.56 0.73 33.85 0.39 0.2
Hex 46 35 1F 0 18 38 49 22 27 14
Octal 106 65 37 0 30 70 111 42 47 24
Binary 1000110 110101 11111 0 11000 111000 1001001 100010 100111 10100

Color Harmonies of #46351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46351F

Black with #46351F

Text Example


Text Example

White with #46351F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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