#46300B

Color #46300B Clinker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clinker #46300B

Tints of Clinker #46300B

Color information

#46300B (or 0x46300B) is unknown color: approx Clinker. HEX triplet: 46, 30 and 0B. RGB value is (70,48,11). Sum of RGB (Red+Green+Blue) = 70+48+11=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #46300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46300B is #B9CFF4. Grayscale: #323232. Windows color (decimal): -12177397 or 733254. OLE color: 733254.

HSL color Cylindrical-coordinate representation of color #46300B: hue angle of 37.63º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46300B is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB704811-
CMYK00.310.840.73
HSL37.63º72.84%15.88%-
HSV(B)37.63º84.29%27.45%-
XYZ3.643.440.79-
YUV50.36105.79142.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.26%
GREEN value IS 48 (19.14% from 255) = 37.21%
BLUE value IS 11 (4.69% from 255) = 8.53%
R=54.26%
G=37.21%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70481100.310.840.7337.6372.8415.88
Hex4630B01F5449264910
Octal10660130371241114611120
Binary1000110110000101101111110101001001001100110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46300B; }

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

 H1.HeaderClassName
 {
   color: #46300B;
 }
 .AnyTagClassName
 {
   color: #46300B;
 }
</style>
background-color css

<style>
 a { background-color: #46300B; }

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

 div.DivClassName
 {
   background-color: #46300B;
 }
 .BgClassName
 {
   background-color: #46300B;
 }
</style>
border-color css

<style>
 span { border-color: #46300B; }

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

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