Html Css Color HEX #48341C Clinker

📋 copy color: '#48341C'

red 72 ◦ green 52 ◦ blue 28

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

Shades of Clinker #48341C

Tints of Clinker #48341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.42%

R = 47.37%
G = 34.21%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48341C (or 0x48341C) is known color: Clinker. HEX triplet: 48, 34 and 1C. RGB value is (72,52,28). Sum of RGB (Red+Green+Blue) = 72+52+28=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48341C is #B7CBE3. Grayscale: #373737. Windows color (decimal): -12045284 or 1848392. OLE color: 1848392.

HSL color Cylindrical-coordinate representation of color #48341C: hue angle of 32.73º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48341C is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 52 28 -
CMYK 0 0.28 0.61 0.72
HSL 32.73º 0.44% 0.2% -
HSV(B) 32.73º 0.61% 0.28% -
XYZ 4.11 3.92 1.64 -
YUV 55.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 72 52 28 0 0.28 0.61 0.72 32.73 0.44 0.2
Hex 48 34 1C 0 1C 3D 48 21 2C 14
Octal 110 64 34 0 34 75 110 41 54 24
Binary 1001000 110100 11100 0 11100 111101 1001000 100001 101100 10100

Color Harmonies of #48341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48341C

Black with #48341C

Text Example


Text Example

White with #48341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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