Html Css Color HEX #46301D Clinker

📋 copy color: '#46301D'

red 70 ◦ green 48 ◦ blue 29

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

Shades of Clinker #46301D

Tints of Clinker #46301D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.65%

 BLUE value IS 29 (11.72% from 255) = 19.73%

R = 47.62%
G = 32.65%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#46301D (or 0x46301D) is known color: Clinker. HEX triplet: 46, 30 and 1D. RGB value is (70,48,29). Sum of RGB (Red+Green+Blue) = 70+48+29=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #46301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46301D is #B9CFE2. Grayscale: #343434. Windows color (decimal): -12177379 or 1912902. OLE color: 1912902.

HSL color Cylindrical-coordinate representation of color #46301D: hue angle of 27.8º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46301D is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 48 29 -
CMYK 0 0.31 0.59 0.73
HSL 27.8º 0.41% 0.19% -
HSV(B) 27.8º 0.59% 0.27% -
XYZ 3.8 3.5 1.64 -
YUV 52.41 114.79 140.54 -
System Red Green Blue C M Y K H S L
Decimal 70 48 29 0 0.31 0.59 0.73 27.8 0.41 0.19
Hex 46 30 1D 0 1F 3B 49 1C 29 13
Octal 106 60 35 0 37 73 111 34 51 23
Binary 1000110 110000 11101 0 11111 111011 1001001 11100 101001 10011

Color Harmonies of #46301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46301D

Black with #46301D

Text Example


Text Example

White with #46301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46301D; }

 p { color: rgb(70,48,29); }

 H1.HeaderClassName
 {
   color: #46301D;
 }
 .AnyTagClassName
 {
   color: #46301D;
 }
</style>

background-color css

<style>
 a { background-color: #46301D; }

 a { background-color: rgb(70,48,29); }

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

border-color css

<style>
 span { border-color: #46301D; }

 span { border-color: rgb(70,48,29); }

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