Html Css Color HEX #483920 Clinker

📋 copy color: '#483920'

red 72 ◦ green 57 ◦ blue 32

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

Shades of Clinker #483920

Tints of Clinker #483920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.4%

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

R = 44.72%
G = 35.4%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#483920 (or 0x483920) is known color: Clinker. HEX triplet: 48, 39 and 20. RGB value is (72,57,32). Sum of RGB (Red+Green+Blue) = 72+57+32=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #483920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483920 is #B7C6DF. Grayscale: #3A3A3A. Windows color (decimal): -12044000 or 2111816. OLE color: 2111816.

HSL color Cylindrical-coordinate representation of color #483920: hue angle of 37.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 #483920 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 57 32 -
CMYK 0 0.21 0.56 0.72
HSL 37.5º 0.38% 0.2% -
HSV(B) 37.5º 0.56% 0.28% -
XYZ 4.4 4.41 1.99 -
YUV 58.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 72 57 32 0 0.21 0.56 0.72 37.5 0.38 0.2
Hex 48 39 20 0 15 38 48 26 26 14
Octal 110 71 40 0 25 70 110 46 46 24
Binary 1001000 111001 100000 0 10101 111000 1001000 100110 100110 10100

Color Harmonies of #483920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483920

Black with #483920

Text Example


Text Example

White with #483920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483920; }

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

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

background-color css

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

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

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

border-color css

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

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

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