Html Css Color HEX #48301A Clinker

📋 copy color: '#48301A'

red 72 ◦ green 48 ◦ blue 26

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

Shades of Clinker #48301A

Tints of Clinker #48301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.88%

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

R = 49.32%
G = 32.88%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48301A (or 0x48301A) is known color: Clinker. HEX triplet: 48, 30 and 1A. RGB value is (72,48,26). Sum of RGB (Red+Green+Blue) = 72+48+26=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #48301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48301A is #B7CFE5. Grayscale: #343434. Windows color (decimal): -12046310 or 1716296. OLE color: 1716296.

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

Color convert

RGB 72 48 26 -
CMYK 0 0.33 0.64 0.72
HSL 28.7º 0.47% 0.19% -
HSV(B) 28.7º 0.64% 0.28% -
XYZ 3.92 3.57 1.46 -
YUV 52.67 112.95 141.79 -
System Red Green Blue C M Y K H S L
Decimal 72 48 26 0 0.33 0.64 0.72 28.7 0.47 0.19
Hex 48 30 1A 0 21 40 48 1D 2F 13
Octal 110 60 32 0 41 100 110 35 57 23
Binary 1001000 110000 11010 0 100001 1000000 1001000 11101 101111 10011

Color Harmonies of #48301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48301A

Black with #48301A

Text Example


Text Example

White with #48301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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