#433018

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

Shades of Clinker #433018

Tints of Clinker #433018

Color information

#433018 (or 0x433018) is unknown color: approx Clinker. HEX triplet: 43, 30 and 18. RGB value is (67,48,24). Sum of RGB (Red+Green+Blue) = 67+48+24=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 67 - color contains mainly: red. Hex color #433018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433018 is #BCCFE7. Grayscale: #333333. Windows color (decimal): -12373992 or 1585219. OLE color: 1585219.

HSL color Cylindrical-coordinate representation of color #433018: hue angle of 33.49º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #433018 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB674824-
CMYK00.280.640.74
HSL33.49º47.25%17.84%-
HSV(B)33.49º64.18%26.27%-
XYZ3.543.371.33-
YUV50.94112.79139.45-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.20%
GREEN value IS 48 (19.14% from 255) = 34.53%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=48.20%
G=34.53%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67482400.280.640.7433.4947.2517.84
Hex43301801C404A212f12
Octal1036030034100112415722
Binary1000011110000110000111001000000100101010000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433018; }

 p { color: rgb(67,48,24); }

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

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

 a { background-color: rgb(67,48,24); }

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

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

 span { border-color: rgb(67,48,24); }

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