Html Css Color HEX #46351A Clinker

📋 copy color: '#46351A'

red 70 ◦ green 53 ◦ blue 26

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

Shades of Clinker #46351A

Tints of Clinker #46351A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.45%

R = 46.98%
G = 35.57%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#46351A (or 0x46351A) is known color: Clinker. HEX triplet: 46, 35 and 1A. RGB value is (70,53,26). Sum of RGB (Red+Green+Blue) = 70+53+26=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46351A is #B9CAE5. Grayscale: #373737. Windows color (decimal): -12176102 or 1717574. OLE color: 1717574.

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

Color convert

RGB 70 53 26 -
CMYK 0 0.24 0.63 0.73
HSL 36.82º 0.46% 0.19% -
HSV(B) 36.82º 0.63% 0.27% -
XYZ 3.99 3.92 1.52 -
YUV 55.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 70 53 26 0 0.24 0.63 0.73 36.82 0.46 0.19
Hex 46 35 1A 0 18 3F 49 25 2E 13
Octal 106 65 32 0 30 77 111 45 56 23
Binary 1000110 110101 11010 0 11000 111111 1001001 100101 101110 10011

Color Harmonies of #46351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46351A

Black with #46351A

Text Example


Text Example

White with #46351A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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