Html Css Color HEX #483519 Clinker

📋 copy color: '#483519'

red 72 ◦ green 53 ◦ blue 25

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

Shades of Clinker #483519

Tints of Clinker #483519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.67%

R = 48%
G = 35.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#483519 (or 0x483519) is known color: Clinker. HEX triplet: 48, 35 and 19. RGB value is (72,53,25). Sum of RGB (Red+Green+Blue) = 72+53+25=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #483519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483519 is #B7CAE6. Grayscale: #373737. Windows color (decimal): -12045031 or 1652040. OLE color: 1652040.

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

Color convert

RGB 72 53 25 -
CMYK 0 0.26 0.65 0.72
HSL 35.74º 0.48% 0.19% -
HSV(B) 35.74º 0.65% 0.28% -
XYZ 4.12 3.99 1.47 -
YUV 55.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 72 53 25 0 0.26 0.65 0.72 35.74 0.48 0.19
Hex 48 35 19 0 1A 41 48 24 30 13
Octal 110 65 31 0 32 101 110 44 60 23
Binary 1001000 110101 11001 0 11010 1000001 1001000 100100 110000 10011

Color Harmonies of #483519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483519

Black with #483519

Text Example


Text Example

White with #483519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483519; }

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

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

background-color css

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

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

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

border-color css

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

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

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