Html Css Color HEX #483421 Clinker

📋 copy color: '#483421'

red 72 ◦ green 52 ◦ blue 33

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

Shades of Clinker #483421

Tints of Clinker #483421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.12%

 BLUE value IS 33 (13.28% from 255) = 21.02%

R = 45.86%
G = 33.12%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#483421 (or 0x483421) is known color: Clinker. HEX triplet: 48, 34 and 21. RGB value is (72,52,33). Sum of RGB (Red+Green+Blue) = 72+52+33=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #483421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483421 is #B7CBDE. Grayscale: #373737. Windows color (decimal): -12045279 or 2176072. OLE color: 2176072.

HSL color Cylindrical-coordinate representation of color #483421: hue angle of 29.23º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #483421 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 52 33 -
CMYK 0 0.28 0.54 0.72
HSL 29.23º 0.37% 0.21% -
HSV(B) 29.23º 0.54% 0.28% -
XYZ 4.17 3.94 1.98 -
YUV 55.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 72 52 33 0 0.28 0.54 0.72 29.23 0.37 0.21
Hex 48 34 21 0 1C 36 48 1D 25 15
Octal 110 64 41 0 34 66 110 35 45 25
Binary 1001000 110100 100001 0 11100 110110 1001000 11101 100101 10101

Color Harmonies of #483421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483421

Black with #483421

Text Example


Text Example

White with #483421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483421; }

 p { color: rgb(72,52,33); }

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

background-color css

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

 a { background-color: rgb(72,52,33); }

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

border-color css

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

 span { border-color: rgb(72,52,33); }

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