Html Css Color HEX #483514 Clinker

📋 copy color: '#483514'

red 72 ◦ green 53 ◦ blue 20

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

Shades of Clinker #483514

Tints of Clinker #483514

RGB

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

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

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

R = 49.66%
G = 36.55%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#483514 (or 0x483514) is known color: Clinker. HEX triplet: 48, 35 and 14. RGB value is (72,53,20). Sum of RGB (Red+Green+Blue) = 72+53+20=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #483514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483514 is #B7CAEB. Grayscale: #373737. Windows color (decimal): -12045036 or 1324360. OLE color: 1324360.

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

Color convert

RGB 72 53 20 -
CMYK 0 0.26 0.72 0.72
HSL 38.08º 0.57% 0.18% -
HSV(B) 38.08º 0.72% 0.28% -
XYZ 4.07 3.97 1.21 -
YUV 54.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 72 53 20 0 0.26 0.72 0.72 38.08 0.57 0.18
Hex 48 35 14 0 1A 48 48 26 39 12
Octal 110 65 24 0 32 110 110 46 71 22
Binary 1001000 110101 10100 0 11010 1001000 1001000 100110 111001 10010

Color Harmonies of #483514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483514

Black with #483514

Text Example


Text Example

White with #483514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483514; }

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

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

background-color css

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

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

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

border-color css

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

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

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