Html Css Color HEX #48381F Clinker

📋 copy color: '#48381F'

red 72 ◦ green 56 ◦ blue 31

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

Shades of Clinker #48381F

Tints of Clinker #48381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.22%

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

R = 45.28%
G = 35.22%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48381F (or 0x48381F) is known color: Clinker. HEX triplet: 48, 38 and 1F. RGB value is (72,56,31). Sum of RGB (Red+Green+Blue) = 72+56+31=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #48381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48381F is #B7C7E0. Grayscale: #3A3A3A. Windows color (decimal): -12044257 or 2046024. OLE color: 2046024.

HSL color Cylindrical-coordinate representation of color #48381F: hue angle of 36.59º 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 #48381F is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 56 31 -
CMYK 0 0.22 0.57 0.72
HSL 36.59º 0.4% 0.2% -
HSV(B) 36.59º 0.57% 0.28% -
XYZ 4.33 4.3 1.9 -
YUV 57.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 72 56 31 0 0.22 0.57 0.72 36.59 0.4 0.2
Hex 48 38 1F 0 16 39 48 25 28 14
Octal 110 70 37 0 26 71 110 45 50 24
Binary 1001000 111000 11111 0 10110 111001 1001000 100101 101000 10100

Color Harmonies of #48381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48381F

Black with #48381F

Text Example


Text Example

White with #48381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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