Html Css Color HEX #483219 Clinker

📋 copy color: '#483219'

red 72 ◦ green 50 ◦ blue 25

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

Shades of Clinker #483219

Tints of Clinker #483219

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.01%

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

R = 48.98%
G = 34.01%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#483219 (or 0x483219) is known color: Clinker. HEX triplet: 48, 32 and 19. RGB value is (72,50,25). Sum of RGB (Red+Green+Blue) = 72+50+25=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #483219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483219 is #B7CDE6. Grayscale: #353535. Windows color (decimal): -12045799 or 1651272. OLE color: 1651272.

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

Color convert

RGB 72 50 25 -
CMYK 0 0.31 0.65 0.72
HSL 31.91º 0.48% 0.19% -
HSV(B) 31.91º 0.65% 0.28% -
XYZ 3.99 3.73 1.43 -
YUV 53.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 72 50 25 0 0.31 0.65 0.72 31.91 0.48 0.19
Hex 48 32 19 0 1F 41 48 20 30 13
Octal 110 62 31 0 37 101 110 40 60 23
Binary 1001000 110010 11001 0 11111 1000001 1001000 100000 110000 10011

Color Harmonies of #483219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483219

Black with #483219

Text Example


Text Example

White with #483219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483219; }

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

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

background-color css

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

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

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

border-color css

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

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

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