Html Css Color HEX #48391E Clinker

📋 copy color: '#48391E'

red 72 ◦ green 57 ◦ blue 30

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

Shades of Clinker #48391E

Tints of Clinker #48391E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.85%

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

R = 45.28%
G = 35.85%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48391E (or 0x48391E) is known color: Clinker. HEX triplet: 48, 39 and 1E. RGB value is (72,57,30). Sum of RGB (Red+Green+Blue) = 72+57+30=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #48391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48391E is #B7C6E1. Grayscale: #3A3A3A. Windows color (decimal): -12044002 or 1980744. OLE color: 1980744.

HSL color Cylindrical-coordinate representation of color #48391E: hue angle of 38.57º 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 #48391E is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 57 30 -
CMYK 0 0.21 0.58 0.72
HSL 38.57º 0.41% 0.2% -
HSV(B) 38.57º 0.58% 0.28% -
XYZ 4.37 4.4 1.85 -
YUV 58.41 111.97 137.7 -
System Red Green Blue C M Y K H S L
Decimal 72 57 30 0 0.21 0.58 0.72 38.57 0.41 0.2
Hex 48 39 1E 0 15 3A 48 27 29 14
Octal 110 71 36 0 25 72 110 47 51 24
Binary 1001000 111001 11110 0 10101 111010 1001000 100111 101001 10100

Color Harmonies of #48391E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48391E

Black with #48391E

Text Example


Text Example

White with #48391E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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