Html Css Color HEX #48321D Clinker

📋 copy color: '#48321D'

red 72 ◦ green 50 ◦ blue 29

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

Shades of Clinker #48321D

Tints of Clinker #48321D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.21%

R = 47.68%
G = 33.11%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48321D (or 0x48321D) is known color: Clinker. HEX triplet: 48, 32 and 1D. RGB value is (72,50,29). Sum of RGB (Red+Green+Blue) = 72+50+29=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48321D is #B7CDE2. Grayscale: #363636. Windows color (decimal): -12045795 or 1913416. OLE color: 1913416.

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

Color convert

RGB 72 50 29 -
CMYK 0 0.31 0.60 0.72
HSL 29.3º 0.43% 0.2% -
HSV(B) 29.3º 0.6% 0.28% -
XYZ 4.03 3.75 1.67 -
YUV 54.18 113.79 140.71 -
System Red Green Blue C M Y K H S L
Decimal 72 50 29 0 0.31 0.60 0.72 29.3 0.43 0.2
Hex 48 32 1D 0 1F 3C 48 1D 2B 14
Octal 110 62 35 0 37 74 110 35 53 24
Binary 1001000 110010 11101 0 11111 111100 1001000 11101 101011 10100

Color Harmonies of #48321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48321D

Black with #48321D

Text Example


Text Example

White with #48321D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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