#483923

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

Shades of Clinker #483923

Tints of Clinker #483923

Color information

#483923 (or 0x483923) is unknown color: approx Clinker. HEX triplet: 48, 39 and 23. RGB value is (72,57,35). Sum of RGB (Red+Green+Blue) = 72+57+35=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #483923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483923 is #B7C6DC. Grayscale: #3B3B3B. Windows color (decimal): -12043997 or 2308424. OLE color: 2308424.

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

Color convert

RGB725735-
CMYK00.210.510.72
HSL35.68º34.58%20.98%-
HSV(B)35.68º51.39%28.24%-
XYZ4.444.432.21-
YUV58.98114.47137.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 57 (22.66% from 255) = 34.76%
BLUE value IS 35 (14.06% from 255) = 21.34%
R=43.90%
G=34.76%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72573500.210.510.7235.6834.5820.98
Hex4839230153348242315
Octal110714302563110444325
Binary1001000111001100011010101110011100100010010010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483923; }

 p { color: rgb(72,57,35); }

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

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

 a { background-color: rgb(72,57,35); }

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

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

 span { border-color: rgb(72,57,35); }

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