Html Css Color HEX #46351C Clinker

📋 copy color: '#46351C'

red 70 ◦ green 53 ◦ blue 28

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

Shades of Clinker #46351C

Tints of Clinker #46351C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.54%

R = 46.36%
G = 35.1%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#46351C (or 0x46351C) is known color: Clinker. HEX triplet: 46, 35 and 1C. RGB value is (70,53,28). Sum of RGB (Red+Green+Blue) = 70+53+28=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #46351C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46351C is #B9CAE3. Grayscale: #373737. Windows color (decimal): -12176100 or 1848646. OLE color: 1848646.

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

Color convert

RGB 70 53 28 -
CMYK 0 0.24 0.60 0.73
HSL 35.71º 0.43% 0.19% -
HSV(B) 35.71º 0.6% 0.27% -
XYZ 4.01 3.93 1.65 -
YUV 55.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 70 53 28 0 0.24 0.60 0.73 35.71 0.43 0.19
Hex 46 35 1C 0 18 3C 49 24 2B 13
Octal 106 65 34 0 30 74 111 44 53 23
Binary 1000110 110101 11100 0 11000 111100 1001001 100100 101011 10011

Color Harmonies of #46351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46351C

Black with #46351C

Text Example


Text Example

White with #46351C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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