Html Css Color HEX #48371C Clinker

📋 copy color: '#48371C'

red 72 ◦ green 55 ◦ blue 28

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

Shades of Clinker #48371C

Tints of Clinker #48371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.48%

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

R = 46.45%
G = 35.48%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48371C (or 0x48371C) is known color: Clinker. HEX triplet: 48, 37 and 1C. RGB value is (72,55,28). Sum of RGB (Red+Green+Blue) = 72+55+28=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48371C is #B7C8E3. Grayscale: #393939. Windows color (decimal): -12044516 or 1849160. OLE color: 1849160.

HSL color Cylindrical-coordinate representation of color #48371C: hue angle of 36.82º 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 #48371C is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 55 28 -
CMYK 0 0.24 0.61 0.72
HSL 36.82º 0.44% 0.2% -
HSV(B) 36.82º 0.61% 0.28% -
XYZ 4.25 4.19 1.68 -
YUV 57.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 72 55 28 0 0.24 0.61 0.72 36.82 0.44 0.2
Hex 48 37 1C 0 18 3D 48 25 2C 14
Octal 110 67 34 0 30 75 110 45 54 24
Binary 1001000 110111 11100 0 11000 111101 1001000 100101 101100 10100

Color Harmonies of #48371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48371C

Black with #48371C

Text Example


Text Example

White with #48371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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