Html Css Color HEX #48371E Clinker

📋 copy color: '#48371E'

red 72 ◦ green 55 ◦ blue 30

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

Shades of Clinker #48371E

Tints of Clinker #48371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.11%

R = 45.86%
G = 35.03%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48371E (or 0x48371E) is known color: Clinker. HEX triplet: 48, 37 and 1E. RGB value is (72,55,30). Sum of RGB (Red+Green+Blue) = 72+55+30=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #48371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48371E is #B7C8E1. Grayscale: #393939. Windows color (decimal): -12044514 or 1980232. OLE color: 1980232.

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

Color convert

RGB 72 55 30 -
CMYK 0 0.24 0.58 0.72
HSL 35.71º 0.41% 0.2% -
HSV(B) 35.71º 0.58% 0.28% -
XYZ 4.27 4.2 1.81 -
YUV 57.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 72 55 30 0 0.24 0.58 0.72 35.71 0.41 0.2
Hex 48 37 1E 0 18 3A 48 24 29 14
Octal 110 67 36 0 30 72 110 44 51 24
Binary 1001000 110111 11110 0 11000 111010 1001000 100100 101001 10100

Color Harmonies of #48371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48371E

Black with #48371E

Text Example


Text Example

White with #48371E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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