Html Css Color HEX #46331A Clinker

📋 copy color: '#46331A'

red 70 ◦ green 51 ◦ blue 26

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

Shades of Clinker #46331A

Tints of Clinker #46331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.69%

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

R = 47.62%
G = 34.69%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#46331A (or 0x46331A) is known color: Clinker. HEX triplet: 46, 33 and 1A. RGB value is (70,51,26). Sum of RGB (Red+Green+Blue) = 70+51+26=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #46331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46331A is #B9CCE5. Grayscale: #353535. Windows color (decimal): -12176614 or 1717062. OLE color: 1717062.

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

Color convert

RGB 70 51 26 -
CMYK 0 0.27 0.63 0.73
HSL 34.09º 0.46% 0.19% -
HSV(B) 34.09º 0.63% 0.27% -
XYZ 3.9 3.74 1.49 -
YUV 53.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 70 51 26 0 0.27 0.63 0.73 34.09 0.46 0.19
Hex 46 33 1A 0 1B 3F 49 22 2E 13
Octal 106 63 32 0 33 77 111 42 56 23
Binary 1000110 110011 11010 0 11011 111111 1001001 100010 101110 10011

Color Harmonies of #46331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46331A

Black with #46331A

Text Example


Text Example

White with #46331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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