Html Css Color HEX #483516 Clinker

📋 copy color: '#483516'

red 72 ◦ green 53 ◦ blue 22

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

Shades of Clinker #483516

Tints of Clinker #483516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.05%

 BLUE value IS 22 (8.98% from 255) = 14.97%

R = 48.98%
G = 36.05%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#483516 (or 0x483516) is known color: Clinker. HEX triplet: 48, 35 and 16. RGB value is (72,53,22). Sum of RGB (Red+Green+Blue) = 72+53+22=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #483516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483516 is #B7CAE9. Grayscale: #373737. Windows color (decimal): -12045034 or 1455432. OLE color: 1455432.

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

Color convert

RGB 72 53 22 -
CMYK 0 0.26 0.69 0.72
HSL 37.2º 0.53% 0.18% -
HSV(B) 37.2º 0.69% 0.28% -
XYZ 4.09 3.98 1.31 -
YUV 55.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 72 53 22 0 0.26 0.69 0.72 37.2 0.53 0.18
Hex 48 35 16 0 1A 45 48 25 35 12
Octal 110 65 26 0 32 105 110 45 65 22
Binary 1001000 110101 10110 0 11010 1000101 1001000 100101 110101 10010

Color Harmonies of #483516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483516

Black with #483516

Text Example


Text Example

White with #483516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483516; }

 p { color: rgb(72,53,22); }

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

background-color css

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

 a { background-color: rgb(72,53,22); }

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

border-color css

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

 span { border-color: rgb(72,53,22); }

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