Html Css Color HEX #48311A Clinker

📋 copy color: '#48311A'

red 72 ◦ green 49 ◦ blue 26

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

Shades of Clinker #48311A

Tints of Clinker #48311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 33.33%

 BLUE value IS 26 (10.55% from 255) = 17.69%

R = 48.98%
G = 33.33%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48311A (or 0x48311A) is known color: Clinker. HEX triplet: 48, 31 and 1A. RGB value is (72,49,26). Sum of RGB (Red+Green+Blue) = 72+49+26=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #48311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48311A is #B7CEE5. Grayscale: #353535. Windows color (decimal): -12046054 or 1716552. OLE color: 1716552.

HSL color Cylindrical-coordinate representation of color #48311A: hue angle of 30º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48311A is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 49 26 -
CMYK 0 0.32 0.64 0.72
HSL 30º 0.47% 0.19% -
HSV(B) 30º 0.64% 0.28% -
XYZ 3.96 3.65 1.47 -
YUV 53.26 112.62 141.37 -
System Red Green Blue C M Y K H S L
Decimal 72 49 26 0 0.32 0.64 0.72 30 0.47 0.19
Hex 48 31 1A 0 20 40 48 1E 2F 13
Octal 110 61 32 0 40 100 110 36 57 23
Binary 1001000 110001 11010 0 100000 1000000 1001000 11110 101111 10011

Color Harmonies of #48311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48311A

Black with #48311A

Text Example


Text Example

White with #48311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48311A; }

 p { color: rgb(72,49,26); }

 H1.HeaderClassName
 {
   color: #48311A;
 }
 .AnyTagClassName
 {
   color: #48311A;
 }
</style>

background-color css

<style>
 a { background-color: #48311A; }

 a { background-color: rgb(72,49,26); }

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

border-color css

<style>
 span { border-color: #48311A; }

 span { border-color: rgb(72,49,26); }

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