Html Css Color HEX #483321 Clinker

📋 copy color: '#483321'

red 72 ◦ green 51 ◦ blue 33

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

Shades of Clinker #483321

Tints of Clinker #483321

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.69%

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

R = 46.15%
G = 32.69%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#483321 (or 0x483321) is known color: Clinker. HEX triplet: 48, 33 and 21. RGB value is (72,51,33). Sum of RGB (Red+Green+Blue) = 72+51+33=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #483321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483321 is #B7CCDE. Grayscale: #373737. Windows color (decimal): -12045535 or 2175816. OLE color: 2175816.

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

Color convert

RGB 72 51 33 -
CMYK 0 0.29 0.54 0.72
HSL 27.69º 0.37% 0.21% -
HSV(B) 27.69º 0.54% 0.28% -
XYZ 4.13 3.86 1.97 -
YUV 55.23 115.46 139.96 -
System Red Green Blue C M Y K H S L
Decimal 72 51 33 0 0.29 0.54 0.72 27.69 0.37 0.21
Hex 48 33 21 0 1D 36 48 1C 25 15
Octal 110 63 41 0 35 66 110 34 45 25
Binary 1001000 110011 100001 0 11101 110110 1001000 11100 100101 10101

Color Harmonies of #483321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483321

Black with #483321

Text Example


Text Example

White with #483321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483321; }

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

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

background-color css

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

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

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

border-color css

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

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

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