Html Css Color HEX #48361C Clinker

📋 copy color: '#48361C'

red 72 ◦ green 54 ◦ blue 28

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

Shades of Clinker #48361C

Tints of Clinker #48361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.06%

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

R = 46.75%
G = 35.06%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#48361C (or 0x48361C) is known color: Clinker. HEX triplet: 48, 36 and 1C. RGB value is (72,54,28). Sum of RGB (Red+Green+Blue) = 72+54+28=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48361C is #B7C9E3. Grayscale: #383838. Windows color (decimal): -12044772 or 1848904. OLE color: 1848904.

HSL color Cylindrical-coordinate representation of color #48361C: hue angle of 35.45º 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 #48361C is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 54 28 -
CMYK 0 0.25 0.61 0.72
HSL 35.45º 0.44% 0.2% -
HSV(B) 35.45º 0.61% 0.28% -
XYZ 4.2 4.1 1.67 -
YUV 56.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 72 54 28 0 0.25 0.61 0.72 35.45 0.44 0.2
Hex 48 36 1C 0 19 3D 48 23 2C 14
Octal 110 66 34 0 31 75 110 43 54 24
Binary 1001000 110110 11100 0 11001 111101 1001000 100011 101100 10100

Color Harmonies of #48361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48361C

Black with #48361C

Text Example


Text Example

White with #48361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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