Html Css Color HEX #48371D Clinker

📋 copy color: '#48371D'

red 72 ◦ green 55 ◦ blue 29

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

Shades of Clinker #48371D

Tints of Clinker #48371D

RGB

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

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

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

R = 46.15%
G = 35.26%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48371D (or 0x48371D) is known color: Clinker. HEX triplet: 48, 37 and 1D. RGB value is (72,55,29). Sum of RGB (Red+Green+Blue) = 72+55+29=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #48371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48371D is #B7C8E2. Grayscale: #393939. Windows color (decimal): -12044515 or 1914696. OLE color: 1914696.

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

Color convert

RGB 72 55 29 -
CMYK 0 0.24 0.60 0.72
HSL 36.28º 0.43% 0.2% -
HSV(B) 36.28º 0.6% 0.28% -
XYZ 4.26 4.2 1.75 -
YUV 57.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 72 55 29 0 0.24 0.60 0.72 36.28 0.43 0.2
Hex 48 37 1D 0 18 3C 48 24 2B 14
Octal 110 67 35 0 30 74 110 44 53 24
Binary 1001000 110111 11101 0 11000 111100 1001000 100100 101011 10100

Color Harmonies of #48371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48371D

Black with #48371D

Text Example


Text Example

White with #48371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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