Html Css Color HEX #48321C Clinker

📋 copy color: '#48321C'

red 72 ◦ green 50 ◦ blue 28

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

Shades of Clinker #48321C

Tints of Clinker #48321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.67%

R = 48%
G = 33.33%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48321C (or 0x48321C) is known color: Clinker. HEX triplet: 48, 32 and 1C. RGB value is (72,50,28). Sum of RGB (Red+Green+Blue) = 72+50+28=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48321C is #B7CDE3. Grayscale: #363636. Windows color (decimal): -12045796 or 1847880. OLE color: 1847880.

HSL color Cylindrical-coordinate representation of color #48321C: hue angle of 30º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48321C is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 50 28 -
CMYK 0 0.31 0.61 0.72
HSL 30º 0.44% 0.2% -
HSV(B) 30º 0.61% 0.28% -
XYZ 4.02 3.74 1.61 -
YUV 54.07 113.29 140.79 -
System Red Green Blue C M Y K H S L
Decimal 72 50 28 0 0.31 0.61 0.72 30 0.44 0.2
Hex 48 32 1C 0 1F 3D 48 1E 2C 14
Octal 110 62 34 0 37 75 110 36 54 24
Binary 1001000 110010 11100 0 11111 111101 1001000 11110 101100 10100

Color Harmonies of #48321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48321C

Black with #48321C

Text Example


Text Example

White with #48321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48321C; }

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

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

background-color css

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

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

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

border-color css

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

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

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