Html Css Color HEX #48311D Clinker

📋 copy color: '#48311D'

red 72 ◦ green 49 ◦ blue 29

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

Shades of Clinker #48311D

Tints of Clinker #48311D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.67%

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

R = 48%
G = 32.67%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48311D (or 0x48311D) is known color: Clinker. HEX triplet: 48, 31 and 1D. RGB value is (72,49,29). Sum of RGB (Red+Green+Blue) = 72+49+29=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48311D is #B7CEE2. Grayscale: #353535. Windows color (decimal): -12046051 or 1913160. OLE color: 1913160.

HSL color Cylindrical-coordinate representation of color #48311D: hue angle of 27.91º 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 #48311D is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 49 29 -
CMYK 0 0.32 0.60 0.72
HSL 27.91º 0.43% 0.2% -
HSV(B) 27.91º 0.6% 0.28% -
XYZ 3.99 3.66 1.66 -
YUV 53.6 114.12 141.13 -
System Red Green Blue C M Y K H S L
Decimal 72 49 29 0 0.32 0.60 0.72 27.91 0.43 0.2
Hex 48 31 1D 0 20 3C 48 1C 2B 14
Octal 110 61 35 0 40 74 110 34 53 24
Binary 1001000 110001 11101 0 100000 111100 1001000 11100 101011 10100

Color Harmonies of #48311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48311D

Black with #48311D

Text Example


Text Example

White with #48311D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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