Html Css Color HEX #483115 Clinker

📋 copy color: '#483115'

red 72 ◦ green 49 ◦ blue 21

#483115
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clinker #483115

Tints of Clinker #483115

RGB

 RED value IS 72 (28.52% from 255) = 50.7%

 GREEN value IS 49 (19.53% from 255) = 34.51%

 BLUE value IS 21 (8.59% from 255) = 14.79%

R = 50.7%
G = 34.51%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#483115 (or 0x483115) is known color: Clinker. HEX triplet: 48, 31 and 15. RGB value is (72,49,21). Sum of RGB (Red+Green+Blue) = 72+49+21=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #483115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483115 is #B7CEEA. Grayscale: #343434. Windows color (decimal): -12046059 or 1388872. OLE color: 1388872.

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

Color convert

RGB 72 49 21 -
CMYK 0 0.32 0.71 0.72
HSL 32.94º 0.55% 0.18% -
HSV(B) 32.94º 0.71% 0.28% -
XYZ 3.91 3.63 1.2 -
YUV 52.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 72 49 21 0 0.32 0.71 0.72 32.94 0.55 0.18
Hex 48 31 15 0 20 47 48 21 37 12
Octal 110 61 25 0 40 107 110 41 67 22
Binary 1001000 110001 10101 0 100000 1000111 1001000 100001 110111 10010

Color Harmonies of #483115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483115

Black with #483115

Text Example


Text Example

White with #483115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483115; }

 p { color: rgb(72,49,21); }

 H1.HeaderClassName
 {
   color: #483115;
 }
 .AnyTagClassName
 {
   color: #483115;
 }
</style>

background-color css

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

 a { background-color: rgb(72,49,21); }

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

border-color css

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

 span { border-color: rgb(72,49,21); }

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