#432D0A

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

Shades of Clinker #432D0A

Tints of Clinker #432D0A

Color information

#432D0A (or 0x432D0A) is unknown color: approx Clinker. HEX triplet: 43, 2D and 0A. RGB value is (67,45,10). Sum of RGB (Red+Green+Blue) = 67+45+10=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 45 (17.97% from 255 or 36.89% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #432D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432D0A is #BCD2F5. Grayscale: #2F2F2F. Windows color (decimal): -12374774 or 666947. OLE color: 666947.

HSL color Cylindrical-coordinate representation of color #432D0A: hue angle of 36.84º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #432D0A is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB674510-
CMYK00.330.850.74
HSL36.84º74.03%15.1%-
HSV(B)36.84º85.07%26.27%-
XYZ3.313.090.71-
YUV47.59106.79141.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.92%
GREEN value IS 45 (17.97% from 255) = 36.89%
BLUE value IS 10 (4.30% from 255) = 8.20%
R=54.92%
G=36.89%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67451000.330.850.7436.8474.0315.1
Hex432DA021554A254af
Octal10355120411251124511217
Binary1000011101101101001000011010101100101010010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,45,10); }

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

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

 a { background-color: rgb(67,45,10); }

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

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

 span { border-color: rgb(67,45,10); }

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