#452F19

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

Shades of Clinker #452F19

Tints of Clinker #452F19

Color information

#452F19 (or 0x452F19) is unknown color: approx Clinker. HEX triplet: 45, 2F and 19. RGB value is (69,47,25). Sum of RGB (Red+Green+Blue) = 69+47+25=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 69 - color contains mainly: red. Hex color #452F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452F19 is #BAD0E6. Grayscale: #333333. Windows color (decimal): -12243175 or 1650501. OLE color: 1650501.

HSL color Cylindrical-coordinate representation of color #452F19: hue angle of 30º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #452F19 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB694725-
CMYK00.320.640.73
HSL30º46.81%18.43%-
HSV(B)30º63.77%27.06%-
XYZ3.653.371.38-
YUV51.07113.29140.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.94%
GREEN value IS 47 (18.75% from 255) = 33.33%
BLUE value IS 25 (10.16% from 255) = 17.73%
R=48.94%
G=33.33%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69472500.320.640.733046.8118.43
Hex452F1902040491e2f12
Octal1055731040100111365722
Binary1000101101111110010100000100000010010011111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452F19; }

 p { color: rgb(69,47,25); }

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

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

 a { background-color: rgb(69,47,25); }

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

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

 span { border-color: rgb(69,47,25); }

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