#483826

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

Shades of Clinker #483826

Tints of Clinker #483826

Color information

#483826 (or 0x483826) is unknown color: approx Clinker. HEX triplet: 48, 38 and 26. RGB value is (72,56,38). Sum of RGB (Red+Green+Blue) = 72+56+38=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #483826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483826 is #B7C7D9. Grayscale: #3A3A3A. Windows color (decimal): -12044250 or 2504776. OLE color: 2504776.

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

Color convert

RGB725638-
CMYK00.220.470.72
HSL31.76º30.91%21.57%-
HSV(B)31.76º47.22%28.24%-
XYZ4.444.352.44-
YUV58.73116.3137.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 56 (22.27% from 255) = 33.73%
BLUE value IS 38 (15.23% from 255) = 22.89%
R=43.37%
G=33.73%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72563800.220.470.7231.7630.9121.57
Hex4838260162F48201f16
Octal110704602657110403726
Binary100100011100010011001011010111110010001000001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483826; }

 p { color: rgb(72,56,38); }

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

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

 a { background-color: rgb(72,56,38); }

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

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

 span { border-color: rgb(72,56,38); }

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