Html Css Color HEX #46321A Clinker

📋 copy color: '#46321A'

red 70 ◦ green 50 ◦ blue 26

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

Shades of Clinker #46321A

Tints of Clinker #46321A

RGB

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

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

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

R = 47.95%
G = 34.25%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#46321A (or 0x46321A) is known color: Clinker. HEX triplet: 46, 32 and 1A. RGB value is (70,50,26). Sum of RGB (Red+Green+Blue) = 70+50+26=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #46321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46321A is #B9CDE5. Grayscale: #353535. Windows color (decimal): -12176870 or 1716806. OLE color: 1716806.

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

Color convert

RGB 70 50 26 -
CMYK 0 0.29 0.63 0.73
HSL 32.73º 0.46% 0.19% -
HSV(B) 32.73º 0.63% 0.27% -
XYZ 3.85 3.66 1.48 -
YUV 53.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 70 50 26 0 0.29 0.63 0.73 32.73 0.46 0.19
Hex 46 32 1A 0 1D 3F 49 21 2E 13
Octal 106 62 32 0 35 77 111 41 56 23
Binary 1000110 110010 11010 0 11101 111111 1001001 100001 101110 10011

Color Harmonies of #46321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46321A

Black with #46321A

Text Example


Text Example

White with #46321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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