Html Css Color HEX #46351B Clinker

📋 copy color: '#46351B'

red 70 ◦ green 53 ◦ blue 27

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

Shades of Clinker #46351B

Tints of Clinker #46351B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18%

R = 46.67%
G = 35.33%
B = 18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#46351B (or 0x46351B) is known color: Clinker. HEX triplet: 46, 35 and 1B. RGB value is (70,53,27). Sum of RGB (Red+Green+Blue) = 70+53+27=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #46351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46351B is #B9CAE4. Grayscale: #373737. Windows color (decimal): -12176101 or 1783110. OLE color: 1783110.

HSL color Cylindrical-coordinate representation of color #46351B: hue angle of 36.28º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46351B is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 53 27 -
CMYK 0 0.24 0.61 0.73
HSL 36.28º 0.44% 0.19% -
HSV(B) 36.28º 0.61% 0.27% -
XYZ 4 3.93 1.58 -
YUV 55.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 70 53 27 0 0.24 0.61 0.73 36.28 0.44 0.19
Hex 46 35 1B 0 18 3D 49 24 2C 13
Octal 106 65 33 0 30 75 111 44 54 23
Binary 1000110 110101 11011 0 11000 111101 1001001 100100 101100 10011

Color Harmonies of #46351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46351B

Black with #46351B

Text Example


Text Example

White with #46351B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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