Html Css Color HEX #483521 Clinker

📋 copy color: '#483521'

red 72 ◦ green 53 ◦ blue 33

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

Shades of Clinker #483521

Tints of Clinker #483521

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.54%

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

R = 45.57%
G = 33.54%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#483521 (or 0x483521) is known color: Clinker. HEX triplet: 48, 35 and 21. RGB value is (72,53,33). Sum of RGB (Red+Green+Blue) = 72+53+33=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #483521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483521 is #B7CADE. Grayscale: #383838. Windows color (decimal): -12045023 or 2176328. OLE color: 2176328.

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

Color convert

RGB 72 53 33 -
CMYK 0 0.26 0.54 0.72
HSL 30.77º 0.37% 0.21% -
HSV(B) 30.77º 0.54% 0.28% -
XYZ 4.22 4.03 2 -
YUV 56.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 72 53 33 0 0.26 0.54 0.72 30.77 0.37 0.21
Hex 48 35 21 0 1A 36 48 1F 25 15
Octal 110 65 41 0 32 66 110 37 45 25
Binary 1001000 110101 100001 0 11010 110110 1001000 11111 100101 10101

Color Harmonies of #483521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483521

Black with #483521

Text Example


Text Example

White with #483521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483521; }

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

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

background-color css

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

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

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

border-color css

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

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

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