Html Css Color HEX #48351A Clinker

📋 copy color: '#48351A'

red 72 ◦ green 53 ◦ blue 26

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

Shades of Clinker #48351A

Tints of Clinker #48351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.1%

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

R = 47.68%
G = 35.1%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48351A (or 0x48351A) is known color: Clinker. HEX triplet: 48, 35 and 1A. RGB value is (72,53,26). Sum of RGB (Red+Green+Blue) = 72+53+26=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48351A is #B7CAE5. Grayscale: #373737. Windows color (decimal): -12045030 or 1717576. OLE color: 1717576.

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

Color convert

RGB 72 53 26 -
CMYK 0 0.26 0.64 0.72
HSL 35.22º 0.47% 0.19% -
HSV(B) 35.22º 0.64% 0.28% -
XYZ 4.13 4 1.53 -
YUV 55.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 72 53 26 0 0.26 0.64 0.72 35.22 0.47 0.19
Hex 48 35 1A 0 1A 40 48 23 2F 13
Octal 110 65 32 0 32 100 110 43 57 23
Binary 1001000 110101 11010 0 11010 1000000 1001000 100011 101111 10011

Color Harmonies of #48351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48351A

Black with #48351A

Text Example


Text Example

White with #48351A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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