Html Css Color HEX #483220 Clinker

📋 copy color: '#483220'

red 72 ◦ green 50 ◦ blue 32

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

Shades of Clinker #483220

Tints of Clinker #483220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.47%

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

R = 46.75%
G = 32.47%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#483220 (or 0x483220) is known color: Clinker. HEX triplet: 48, 32 and 20. RGB value is (72,50,32). Sum of RGB (Red+Green+Blue) = 72+50+32=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #483220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483220 is #B7CDDF. Grayscale: #363636. Windows color (decimal): -12045792 or 2110024. OLE color: 2110024.

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

Color convert

RGB 72 50 32 -
CMYK 0 0.31 0.56 0.72
HSL 27º 0.38% 0.2% -
HSV(B) 27º 0.56% 0.28% -
XYZ 4.07 3.76 1.88 -
YUV 54.53 115.29 140.46 -
System Red Green Blue C M Y K H S L
Decimal 72 50 32 0 0.31 0.56 0.72 27 0.38 0.2
Hex 48 32 20 0 1F 38 48 1B 26 14
Octal 110 62 40 0 37 70 110 33 46 24
Binary 1001000 110010 100000 0 11111 111000 1001000 11011 100110 10100

Color Harmonies of #483220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483220

Black with #483220

Text Example


Text Example

White with #483220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483220; }

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

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

background-color css

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

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

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

border-color css

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

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

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