#483214

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

Shades of Clinker #483214

Tints of Clinker #483214

Color information

#483214 (or 0x483214) is unknown color: approx Clinker. HEX triplet: 48, 32 and 14. RGB value is (72,50,20). Sum of RGB (Red+Green+Blue) = 72+50+20=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #483214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483214 is #B7CDEB. Grayscale: #353535. Windows color (decimal): -12045804 or 1323592. OLE color: 1323592.

HSL color Cylindrical-coordinate representation of color #483214: hue angle of 34.62º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #483214 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB725020-
CMYK00.310.720.72
HSL34.62º56.52%18.04%-
HSV(B)34.62º72.22%28.24%-
XYZ3.943.711.17-
YUV53.16109.29141.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 20 (8.20% from 255) = 14.08%
R=50.70%
G=35.21%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72502000.310.720.7234.6256.5218.04
Hex48321401F4848233912
Octal1106224037110110437122
Binary1001000110010101000111111001000100100010001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483214; }

 p { color: rgb(72,50,20); }

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

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

 a { background-color: rgb(72,50,20); }

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

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

 span { border-color: rgb(72,50,20); }

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