Html Css Color HEX #48371F Clinker

📋 copy color: '#48371F'

red 72 ◦ green 55 ◦ blue 31

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

Shades of Clinker #48371F

Tints of Clinker #48371F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.62%

R = 45.57%
G = 34.81%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48371F (or 0x48371F) is known color: Clinker. HEX triplet: 48, 37 and 1F. RGB value is (72,55,31). Sum of RGB (Red+Green+Blue) = 72+55+31=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #48371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48371F is #B7C8E0. Grayscale: #393939. Windows color (decimal): -12044513 or 2045768. OLE color: 2045768.

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

Color convert

RGB 72 55 31 -
CMYK 0 0.24 0.57 0.72
HSL 35.12º 0.4% 0.2% -
HSV(B) 35.12º 0.57% 0.28% -
XYZ 4.29 4.21 1.88 -
YUV 57.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 72 55 31 0 0.24 0.57 0.72 35.12 0.4 0.2
Hex 48 37 1F 0 18 39 48 23 28 14
Octal 110 67 37 0 30 71 110 43 50 24
Binary 1001000 110111 11111 0 11000 111001 1001000 100011 101000 10100

Color Harmonies of #48371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48371F

Black with #48371F

Text Example


Text Example

White with #48371F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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