Html Css Color HEX #48371B Clinker

📋 copy color: '#48371B'

red 72 ◦ green 55 ◦ blue 27

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

Shades of Clinker #48371B

Tints of Clinker #48371B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.53%

R = 46.75%
G = 35.71%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#48371B (or 0x48371B) is known color: Clinker. HEX triplet: 48, 37 and 1B. RGB value is (72,55,27). Sum of RGB (Red+Green+Blue) = 72+55+27=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48371B is #B7C8E4. Grayscale: #393939. Windows color (decimal): -12044517 or 1783624. OLE color: 1783624.

HSL color Cylindrical-coordinate representation of color #48371B: hue angle of 37.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48371B is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 55 27 -
CMYK 0 0.24 0.62 0.72
HSL 37.33º 0.45% 0.19% -
HSV(B) 37.33º 0.63% 0.28% -
XYZ 4.24 4.19 1.62 -
YUV 56.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 72 55 27 0 0.24 0.62 0.72 37.33 0.45 0.19
Hex 48 37 1B 0 18 3E 48 25 2D 13
Octal 110 67 33 0 30 76 110 45 55 23
Binary 1001000 110111 11011 0 11000 111110 1001000 100101 101101 10011

Color Harmonies of #48371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48371B

Black with #48371B

Text Example


Text Example

White with #48371B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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