#453318

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

Shades of Clinker #453318

Tints of Clinker #453318

Color information

#453318 (or 0x453318) is unknown color: approx Clinker. HEX triplet: 45, 33 and 18. RGB value is (69,51,24). Sum of RGB (Red+Green+Blue) = 69+51+24=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #453318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453318 is #BACCE7. Grayscale: #353535. Windows color (decimal): -12242152 or 1585989. OLE color: 1585989.

HSL color Cylindrical-coordinate representation of color #453318: hue angle of 36º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #453318 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB695124-
CMYK00.260.650.73
HSL36º48.39%18.24%-
HSV(B)36º65.22%27.06%-
XYZ3.83.71.38-
YUV53.3111.46139.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 24 (9.77% from 255) = 16.67%
R=47.92%
G=35.42%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69512400.260.650.733648.3918.24
Hex45331801A4149243012
Octal1056330032101111446022
Binary1000101110011110000110101000001100100110010011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453318; }

 p { color: rgb(69,51,24); }

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

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

 a { background-color: rgb(69,51,24); }

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

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

 span { border-color: rgb(69,51,24); }

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