Html Css Color HEX #48321A Clinker

📋 copy color: '#48321A'

red 72 ◦ green 50 ◦ blue 26

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

Shades of Clinker #48321A

Tints of Clinker #48321A

RGB

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

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

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

R = 48.65%
G = 33.78%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48321A (or 0x48321A) is known color: Clinker. HEX triplet: 48, 32 and 1A. RGB value is (72,50,26). Sum of RGB (Red+Green+Blue) = 72+50+26=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #48321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48321A is #B7CDE5. Grayscale: #353535. Windows color (decimal): -12045798 or 1716808. OLE color: 1716808.

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

Color convert

RGB 72 50 26 -
CMYK 0 0.31 0.64 0.72
HSL 31.3º 0.47% 0.19% -
HSV(B) 31.3º 0.64% 0.28% -
XYZ 4 3.73 1.49 -
YUV 53.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 72 50 26 0 0.31 0.64 0.72 31.3 0.47 0.19
Hex 48 32 1A 0 1F 40 48 1F 2F 13
Octal 110 62 32 0 37 100 110 37 57 23
Binary 1001000 110010 11010 0 11111 1000000 1001000 11111 101111 10011

Color Harmonies of #48321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48321A

Black with #48321A

Text Example


Text Example

White with #48321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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