Html Css Color HEX #48321E Clinker

📋 copy color: '#48321E'

red 72 ◦ green 50 ◦ blue 30

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

Shades of Clinker #48321E

Tints of Clinker #48321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.89%

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

R = 47.37%
G = 32.89%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48321E (or 0x48321E) is known color: Clinker. HEX triplet: 48, 32 and 1E. RGB value is (72,50,30). Sum of RGB (Red+Green+Blue) = 72+50+30=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48321E is #B7CDE1. Grayscale: #363636. Windows color (decimal): -12045794 or 1978952. OLE color: 1978952.

HSL color Cylindrical-coordinate representation of color #48321E: hue angle of 28.57º 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 #48321E is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 50 30 -
CMYK 0 0.31 0.58 0.72
HSL 28.57º 0.41% 0.2% -
HSV(B) 28.57º 0.58% 0.28% -
XYZ 4.05 3.75 1.74 -
YUV 54.3 114.29 140.63 -
System Red Green Blue C M Y K H S L
Decimal 72 50 30 0 0.31 0.58 0.72 28.57 0.41 0.2
Hex 48 32 1E 0 1F 3A 48 1D 29 14
Octal 110 62 36 0 37 72 110 35 51 24
Binary 1001000 110010 11110 0 11111 111010 1001000 11101 101001 10100

Color Harmonies of #48321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48321E

Black with #48321E

Text Example


Text Example

White with #48321E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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