Html Css Color HEX #483520 Clinker

📋 copy color: '#483520'

red 72 ◦ green 53 ◦ blue 32

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

Shades of Clinker #483520

Tints of Clinker #483520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 20.38%

R = 45.86%
G = 33.76%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#483520 (or 0x483520) is known color: Clinker. HEX triplet: 48, 35 and 20. RGB value is (72,53,32). Sum of RGB (Red+Green+Blue) = 72+53+32=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #483520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483520 is #B7CADF. Grayscale: #383838. Windows color (decimal): -12045024 or 2110792. OLE color: 2110792.

HSL color Cylindrical-coordinate representation of color #483520: hue angle of 31.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #483520 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 53 32 -
CMYK 0 0.26 0.56 0.72
HSL 31.5º 0.38% 0.2% -
HSV(B) 31.5º 0.56% 0.28% -
XYZ 4.21 4.03 1.92 -
YUV 56.29 114.29 139.21 -
System Red Green Blue C M Y K H S L
Decimal 72 53 32 0 0.26 0.56 0.72 31.5 0.38 0.2
Hex 48 35 20 0 1A 38 48 1F 26 14
Octal 110 65 40 0 32 70 110 37 46 24
Binary 1001000 110101 100000 0 11010 111000 1001000 11111 100110 10100

Color Harmonies of #483520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483520

Black with #483520

Text Example


Text Example

White with #483520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483520; }

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

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

background-color css

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

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

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

border-color css

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

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

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