#453213

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

Shades of Clinker #453213

Tints of Clinker #453213

Color information

#453213 (or 0x453213) is unknown color: approx Clinker. HEX triplet: 45, 32 and 13. RGB value is (69,50,19). Sum of RGB (Red+Green+Blue) = 69+50+19=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #453213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453213 is #BACDEC. Grayscale: #343434. Windows color (decimal): -12242413 or 1258053. OLE color: 1258053.

HSL color Cylindrical-coordinate representation of color #453213: hue angle of 37.2º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #453213 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB695019-
CMYK00.280.720.73
HSL37.2º56.82%17.25%-
HSV(B)37.2º72.46%27.06%-
XYZ3.713.591.11-
YUV52.15109.29140.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=50%
G=36.23%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69501900.280.720.7337.256.8217.25
Hex45321301C4849253911
Octal1056223034110111457121
Binary1000101110010100110111001001000100100110010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453213; }

 p { color: rgb(69,50,19); }

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

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

 a { background-color: rgb(69,50,19); }

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

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

 span { border-color: rgb(69,50,19); }

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