#433013

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

Shades of Clinker #433013

Tints of Clinker #433013

Color information

#433013 (or 0x433013) is unknown color: approx Clinker. HEX triplet: 43, 30 and 13. RGB value is (67,48,19). Sum of RGB (Red+Green+Blue) = 67+48+19=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #433013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433013 is #BCCFEC. Grayscale: #323232. Windows color (decimal): -12373997 or 1257539. OLE color: 1257539.

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

Color convert

RGB674819-
CMYK00.280.720.74
HSL36.25º55.81%16.86%-
HSV(B)36.25º71.64%26.27%-
XYZ3.493.351.08-
YUV50.37110.29139.86-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 19 (7.81% from 255) = 14.18%
R=50%
G=35.82%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67481900.280.720.7436.2555.8116.86
Hex43301301C484A243811
Octal1036023034110112447021
Binary1000011110000100110111001001000100101010010011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433013; }

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

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

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

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

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

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

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

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