#483622

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

Shades of Clinker #483622

Tints of Clinker #483622

Color information

#483622 (or 0x483622) is unknown color: approx Clinker. HEX triplet: 48, 36 and 22. RGB value is (72,54,34). Sum of RGB (Red+Green+Blue) = 72+54+34=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #483622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483622 is #B7C9DD. Grayscale: #393939. Windows color (decimal): -12044766 or 2242120. OLE color: 2242120.

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

Color convert

RGB725434-
CMYK00.250.530.72
HSL31.58º35.85%20.78%-
HSV(B)31.58º52.78%28.24%-
XYZ4.284.132.09-
YUV57.1114.96138.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 54 (21.48% from 255) = 33.75%
BLUE value IS 34 (13.67% from 255) = 21.25%
R=45%
G=33.75%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72543400.250.530.7231.5835.8520.78
Hex4836220193548202415
Octal110664203165110404425
Binary1001000110110100010011001110101100100010000010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483622; }

 p { color: rgb(72,54,34); }

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

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

 a { background-color: rgb(72,54,34); }

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

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

 span { border-color: rgb(72,54,34); }

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