#433016

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

Shades of Clinker #433016

Tints of Clinker #433016

Color information

#433016 (or 0x433016) is unknown color: approx Clinker. HEX triplet: 43, 30 and 16. RGB value is (67,48,22). Sum of RGB (Red+Green+Blue) = 67+48+22=137 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.91% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 67 - color contains mainly: red. Hex color #433016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433016 is #BCCFE9. Grayscale: #323232. Windows color (decimal): -12373994 or 1454147. OLE color: 1454147.

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

Color convert

RGB674822-
CMYK00.280.670.74
HSL34.67º50.56%17.45%-
HSV(B)34.67º67.16%26.27%-
XYZ3.523.371.22-
YUV50.72111.79139.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.91%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 22 (8.98% from 255) = 16.06%
R=48.91%
G=35.04%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67482200.280.670.7434.6750.5617.45
Hex43301601C434A233311
Octal1036026034103112436321
Binary1000011110000101100111001000011100101010001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433016; }

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

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

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

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

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

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

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

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