#483007

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

Shades of Clinker #483007

Tints of Clinker #483007

Color information

#483007 (or 0x483007) is unknown color: approx Clinker. HEX triplet: 48, 30 and 07. RGB value is (72,48,7). Sum of RGB (Red+Green+Blue) = 72+48+7=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #483007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483007 is #B7CFF8. Grayscale: #323232. Windows color (decimal): -12046329 or 471112. OLE color: 471112.

HSL color Cylindrical-coordinate representation of color #483007: hue angle of 37.85º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #483007 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB72487-
CMYK00.330.900.72
HSL37.85º82.28%15.49%-
HSV(B)37.85º90.28%28.24%-
XYZ3.773.510.68-
YUV50.5103.45143.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.69%
GREEN value IS 48 (19.14% from 255) = 37.80%
BLUE value IS 7 (3.12% from 255) = 5.51%
R=56.69%
G=37.80%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7248700.330.900.7237.8582.2815.49
Hex483070215A482652f
Octal1106070411321104612217
Binary100100011000011101000011011010100100010011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483007; }

 p { color: rgb(72,48,7); }

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

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

 a { background-color: rgb(72,48,7); }

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

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

 span { border-color: rgb(72,48,7); }

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