Html Css Color HEX #48351D Clinker

📋 copy color: '#48351D'

red 72 ◦ green 53 ◦ blue 29

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

Shades of Clinker #48351D

Tints of Clinker #48351D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.83%

R = 46.75%
G = 34.42%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48351D (or 0x48351D) is known color: Clinker. HEX triplet: 48, 35 and 1D. RGB value is (72,53,29). Sum of RGB (Red+Green+Blue) = 72+53+29=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48351D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48351D is #B7CAE2. Grayscale: #383838. Windows color (decimal): -12045027 or 1914184. OLE color: 1914184.

HSL color Cylindrical-coordinate representation of color #48351D: hue angle of 33.49º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48351D is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 53 29 -
CMYK 0 0.26 0.60 0.72
HSL 33.49º 0.43% 0.2% -
HSV(B) 33.49º 0.6% 0.28% -
XYZ 4.17 4.01 1.72 -
YUV 55.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 72 53 29 0 0.26 0.60 0.72 33.49 0.43 0.2
Hex 48 35 1D 0 1A 3C 48 21 2B 14
Octal 110 65 35 0 32 74 110 41 53 24
Binary 1001000 110101 11101 0 11010 111100 1001000 100001 101011 10100

Color Harmonies of #48351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48351D

Black with #48351D

Text Example


Text Example

White with #48351D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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