Html Css Color HEX #48341F Clinker

📋 copy color: '#48341F'

red 72 ◦ green 52 ◦ blue 31

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

Shades of Clinker #48341F

Tints of Clinker #48341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.55%

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

R = 46.45%
G = 33.55%
B = 20%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48341F (or 0x48341F) is known color: Clinker. HEX triplet: 48, 34 and 1F. RGB value is (72,52,31). Sum of RGB (Red+Green+Blue) = 72+52+31=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48341F is #B7CBE0. Grayscale: #373737. Windows color (decimal): -12045281 or 2045000. OLE color: 2045000.

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

Color convert

RGB 72 52 31 -
CMYK 0 0.28 0.57 0.72
HSL 30.73º 0.4% 0.2% -
HSV(B) 30.73º 0.57% 0.28% -
XYZ 4.15 3.93 1.84 -
YUV 55.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 72 52 31 0 0.28 0.57 0.72 30.73 0.4 0.2
Hex 48 34 1F 0 1C 39 48 1F 28 14
Octal 110 64 37 0 34 71 110 37 50 24
Binary 1001000 110100 11111 0 11100 111001 1001000 11111 101000 10100

Color Harmonies of #48341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48341F

Black with #48341F

Text Example


Text Example

White with #48341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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