Html Css Color HEX #483119 Clinker

📋 copy color: '#483119'

red 72 ◦ green 49 ◦ blue 25

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

Shades of Clinker #483119

Tints of Clinker #483119

RGB

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

 GREEN value IS 49 (19.53% from 255) = 33.56%

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

R = 49.32%
G = 33.56%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#483119 (or 0x483119) is known color: Clinker. HEX triplet: 48, 31 and 19. RGB value is (72,49,25). Sum of RGB (Red+Green+Blue) = 72+49+25=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #483119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483119 is #B7CEE6. Grayscale: #353535. Windows color (decimal): -12046055 or 1651016. OLE color: 1651016.

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

Color convert

RGB 72 49 25 -
CMYK 0 0.32 0.65 0.72
HSL 30.64º 0.48% 0.19% -
HSV(B) 30.64º 0.65% 0.28% -
XYZ 3.95 3.64 1.42 -
YUV 53.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 72 49 25 0 0.32 0.65 0.72 30.64 0.48 0.19
Hex 48 31 19 0 20 41 48 1F 30 13
Octal 110 61 31 0 40 101 110 37 60 23
Binary 1001000 110001 11001 0 100000 1000001 1001000 11111 110000 10011

Color Harmonies of #483119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483119

Black with #483119

Text Example


Text Example

White with #483119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483119; }

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

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

background-color css

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

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

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

border-color css

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

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

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