Html Css Color HEX #48351E Clinker

📋 copy color: '#48351E'

red 72 ◦ green 53 ◦ blue 30

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

Shades of Clinker #48351E

Tints of Clinker #48351E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.35%

R = 46.45%
G = 34.19%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48351E (or 0x48351E) is known color: Clinker. HEX triplet: 48, 35 and 1E. RGB value is (72,53,30). Sum of RGB (Red+Green+Blue) = 72+53+30=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48351E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48351E is #B7CAE1. Grayscale: #383838. Windows color (decimal): -12045026 or 1979720. OLE color: 1979720.

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

Color convert

RGB 72 53 30 -
CMYK 0 0.26 0.58 0.72
HSL 32.86º 0.41% 0.2% -
HSV(B) 32.86º 0.58% 0.28% -
XYZ 4.18 4.02 1.78 -
YUV 56.06 113.29 139.37 -
System Red Green Blue C M Y K H S L
Decimal 72 53 30 0 0.26 0.58 0.72 32.86 0.41 0.2
Hex 48 35 1E 0 1A 3A 48 21 29 14
Octal 110 65 36 0 32 72 110 41 51 24
Binary 1001000 110101 11110 0 11010 111010 1001000 100001 101001 10100

Color Harmonies of #48351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48351E

Black with #48351E

Text Example


Text Example

White with #48351E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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