#46300A

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

Shades of Clinker #46300A

Tints of Clinker #46300A

Color information

#46300A (or 0x46300A) is unknown color: approx Clinker. HEX triplet: 46, 30 and 0A. RGB value is (70,48,10). Sum of RGB (Red+Green+Blue) = 70+48+10=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #46300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46300A is #B9CFF5. Grayscale: #323232. Windows color (decimal): -12177398 or 667718. OLE color: 667718.

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

Color convert

RGB704810-
CMYK00.310.860.73
HSL38º75%15.69%-
HSV(B)38º85.71%27.45%-
XYZ3.643.440.76-
YUV50.25105.29142.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.69%
GREEN value IS 48 (19.14% from 255) = 37.5%
BLUE value IS 10 (4.30% from 255) = 7.81%
R=54.69%
G=37.5%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70481000.310.860.73387515.69
Hex4630A01F5649264b10
Octal10660120371261114611320
Binary1000110110000101001111110101101001001100110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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