Html Css Color HEX #48361A Clinker

📋 copy color: '#48361A'

red 72 ◦ green 54 ◦ blue 26

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

Shades of Clinker #48361A

Tints of Clinker #48361A

RGB

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

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

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

R = 47.37%
G = 35.53%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48361A (or 0x48361A) is known color: Clinker. HEX triplet: 48, 36 and 1A. RGB value is (72,54,26). Sum of RGB (Red+Green+Blue) = 72+54+26=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48361A is #B7C9E5. Grayscale: #383838. Windows color (decimal): -12044774 or 1717832. OLE color: 1717832.

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

Color convert

RGB 72 54 26 -
CMYK 0 0.25 0.64 0.72
HSL 36.52º 0.47% 0.19% -
HSV(B) 36.52º 0.64% 0.28% -
XYZ 4.18 4.09 1.55 -
YUV 56.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 72 54 26 0 0.25 0.64 0.72 36.52 0.47 0.19
Hex 48 36 1A 0 19 40 48 25 2F 13
Octal 110 66 32 0 31 100 110 45 57 23
Binary 1001000 110110 11010 0 11001 1000000 1001000 100101 101111 10011

Color Harmonies of #48361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48361A

Black with #48361A

Text Example


Text Example

White with #48361A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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