#43301A

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

Shades of Clinker #43301A

Tints of Clinker #43301A

Color information

#43301A (or 0x43301A) is unknown color: approx Clinker. HEX triplet: 43, 30 and 1A. RGB value is (67,48,26). Sum of RGB (Red+Green+Blue) = 67+48+26=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 67 - color contains mainly: red. Hex color #43301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43301A is #BCCFE5. Grayscale: #333333. Windows color (decimal): -12373990 or 1716291. OLE color: 1716291.

HSL color Cylindrical-coordinate representation of color #43301A: hue angle of 32.2º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43301A is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB674826-
CMYK00.280.610.74
HSL32.2º44.09%18.24%-
HSV(B)32.2º61.19%26.27%-
XYZ3.563.381.44-
YUV51.17113.79139.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.52%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 26 (10.55% from 255) = 18.44%
R=47.52%
G=34.04%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67482600.280.610.7432.244.0918.24
Hex43301A01C3D4A202c12
Octal103603203475112405422
Binary100001111000011010011100111101100101010000010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43301A; }

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

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

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

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

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

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

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

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