#432F11

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

Shades of Clinker #432F11

Tints of Clinker #432F11

Color information

#432F11 (or 0x432F11) is unknown color: approx Clinker. HEX triplet: 43, 2F and 11. RGB value is (67,47,17). Sum of RGB (Red+Green+Blue) = 67+47+17=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #432F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432F11 is #BCD0EE. Grayscale: #313131. Windows color (decimal): -12374255 or 1126211. OLE color: 1126211.

HSL color Cylindrical-coordinate representation of color #432F11: hue angle of 36º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #432F11 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB674717-
CMYK00.300.750.74
HSL36º59.52%16.47%-
HSV(B)36º74.63%26.27%-
XYZ3.433.270.98-
YUV49.56109.63140.44-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.15%
GREEN value IS 47 (18.75% from 255) = 35.88%
BLUE value IS 17 (7.03% from 255) = 12.98%
R=51.15%
G=35.88%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67471700.300.750.743659.5216.47
Hex432F1101E4B4A243c10
Octal1035721036113112447420
Binary1000011101111100010111101001011100101010010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432F11; }

 p { color: rgb(67,47,17); }

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

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

 a { background-color: rgb(67,47,17); }

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

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

 span { border-color: rgb(67,47,17); }

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