#453826

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

Shades of Clinker #453826

Tints of Clinker #453826

Color information

#453826 (or 0x453826) is unknown color: approx Clinker. HEX triplet: 45, 38 and 26. RGB value is (69,56,38). Sum of RGB (Red+Green+Blue) = 69+56+38=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 69 - color contains mainly: red. Hex color #453826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453826 is #BAC7D9. Grayscale: #393939. Windows color (decimal): -12240858 or 2504773. OLE color: 2504773.

HSL color Cylindrical-coordinate representation of color #453826: hue angle of 34.84º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #453826 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.73.

Color convert

RGB695638-
CMYK00.190.450.73
HSL34.84º28.97%20.98%-
HSV(B)34.84º44.93%27.06%-
XYZ4.224.232.43-
YUV57.84116.81135.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.33%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 38 (15.23% from 255) = 23.31%
R=42.33%
G=34.36%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69563800.190.450.7334.8428.9720.98
Hex4538260132D49231d15
Octal105704602355111433525
Binary100010111100010011001001110110110010011000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453826; }

 p { color: rgb(69,56,38); }

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

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

 a { background-color: rgb(69,56,38); }

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

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

 span { border-color: rgb(69,56,38); }

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