Html Css Color HEX #483513 Clinker

📋 copy color: '#483513'

red 72 ◦ green 53 ◦ blue 19

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

Shades of Clinker #483513

Tints of Clinker #483513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.19%

R = 50%
G = 36.81%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#483513 (or 0x483513) is known color: Clinker. HEX triplet: 48, 35 and 13. RGB value is (72,53,19). Sum of RGB (Red+Green+Blue) = 72+53+19=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #483513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483513 is #B7CAEC. Grayscale: #363636. Windows color (decimal): -12045037 or 1258824. OLE color: 1258824.

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

Color convert

RGB 72 53 19 -
CMYK 0 0.26 0.74 0.72
HSL 38.49º 0.58% 0.18% -
HSV(B) 38.49º 0.74% 0.28% -
XYZ 4.06 3.97 1.17 -
YUV 54.81 107.79 140.26 -
System Red Green Blue C M Y K H S L
Decimal 72 53 19 0 0.26 0.74 0.72 38.49 0.58 0.18
Hex 48 35 13 0 1A 4A 48 26 3A 12
Octal 110 65 23 0 32 112 110 46 72 22
Binary 1001000 110101 10011 0 11010 1001010 1001000 100110 111010 10010

Color Harmonies of #483513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483513

Black with #483513

Text Example


Text Example

White with #483513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483513; }

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

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

background-color css

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

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

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

border-color css

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

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

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