#433015

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

Shades of Clinker #433015

Tints of Clinker #433015

Color information

#433015 (or 0x433015) is unknown color: approx Clinker. HEX triplet: 43, 30 and 15. RGB value is (67,48,21). Sum of RGB (Red+Green+Blue) = 67+48+21=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #433015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433015 is #BCCFEA. Grayscale: #323232. Windows color (decimal): -12373995 or 1388611. OLE color: 1388611.

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

Color convert

RGB674821-
CMYK00.280.690.74
HSL35.22º52.27%17.25%-
HSV(B)35.22º68.66%26.27%-
XYZ3.513.361.17-
YUV50.6111.29139.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 49.26%
GREEN value IS 48 (19.14% from 255) = 35.29%
BLUE value IS 21 (8.59% from 255) = 15.44%
R=49.26%
G=35.29%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67482100.280.690.7435.2252.2717.25
Hex43301501C454A233411
Octal1036025034105112436421
Binary1000011110000101010111001000101100101010001111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433015; }

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

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

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

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

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

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

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

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