Html Css Color HEX #483019 Clinker

📋 copy color: '#483019'

red 72 ◦ green 48 ◦ blue 25

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

Shades of Clinker #483019

Tints of Clinker #483019

RGB

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

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

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

R = 49.66%
G = 33.1%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#483019 (or 0x483019) is known color: Clinker. HEX triplet: 48, 30 and 19. RGB value is (72,48,25). Sum of RGB (Red+Green+Blue) = 72+48+25=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #483019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483019 is #B7CFE6. Grayscale: #343434. Windows color (decimal): -12046311 or 1650760. OLE color: 1650760.

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

Color convert

RGB 72 48 25 -
CMYK 0 0.33 0.65 0.72
HSL 29.36º 0.48% 0.19% -
HSV(B) 29.36º 0.65% 0.28% -
XYZ 3.9 3.56 1.4 -
YUV 52.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 72 48 25 0 0.33 0.65 0.72 29.36 0.48 0.19
Hex 48 30 19 0 21 41 48 1D 30 13
Octal 110 60 31 0 41 101 110 35 60 23
Binary 1001000 110000 11001 0 100001 1000001 1001000 11101 110000 10011

Color Harmonies of #483019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483019

Black with #483019

Text Example


Text Example

White with #483019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483019; }

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

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

background-color css

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

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

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

border-color css

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

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

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