Html Css Color HEX #483014 Clinker

📋 copy color: '#483014'

red 72 ◦ green 48 ◦ blue 20

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

Shades of Clinker #483014

Tints of Clinker #483014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.29%

R = 51.43%
G = 34.29%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#483014 (or 0x483014) is known color: Clinker. HEX triplet: 48, 30 and 14. RGB value is (72,48,20). Sum of RGB (Red+Green+Blue) = 72+48+20=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #483014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483014 is #B7CFEB. Grayscale: #343434. Windows color (decimal): -12046316 or 1323080. OLE color: 1323080.

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

Color convert

RGB 72 48 20 -
CMYK 0 0.33 0.72 0.72
HSL 32.31º 0.57% 0.18% -
HSV(B) 32.31º 0.72% 0.28% -
XYZ 3.86 3.54 1.14 -
YUV 51.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 72 48 20 0 0.33 0.72 0.72 32.31 0.57 0.18
Hex 48 30 14 0 21 48 48 20 39 12
Octal 110 60 24 0 41 110 110 40 71 22
Binary 1001000 110000 10100 0 100001 1001000 1001000 100000 111001 10010

Color Harmonies of #483014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483014

Black with #483014

Text Example


Text Example

White with #483014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483014; }

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

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

background-color css

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

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

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

border-color css

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

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

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