Html Css Color HEX #483016 Clinker

📋 copy color: '#483016'

red 72 ◦ green 48 ◦ blue 22

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

Shades of Clinker #483016

Tints of Clinker #483016

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.8%

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

R = 50.7%
G = 33.8%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#483016 (or 0x483016) is known color: Clinker. HEX triplet: 48, 30 and 16. RGB value is (72,48,22). Sum of RGB (Red+Green+Blue) = 72+48+22=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #483016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483016 is #B7CFE9. Grayscale: #343434. Windows color (decimal): -12046314 or 1454152. OLE color: 1454152.

HSL color Cylindrical-coordinate representation of color #483016: hue angle of 31.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 #483016 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 48 22 -
CMYK 0 0.33 0.69 0.72
HSL 31.2º 0.53% 0.18% -
HSV(B) 31.2º 0.69% 0.28% -
XYZ 3.87 3.55 1.24 -
YUV 52.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 72 48 22 0 0.33 0.69 0.72 31.2 0.53 0.18
Hex 48 30 16 0 21 45 48 1F 35 12
Octal 110 60 26 0 41 105 110 37 65 22
Binary 1001000 110000 10110 0 100001 1000101 1001000 11111 110101 10010

Color Harmonies of #483016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483016

Black with #483016

Text Example


Text Example

White with #483016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483016; }

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

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

background-color css

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

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

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

border-color css

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

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

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