Html Css Color HEX #48300A Clinker

📋 copy color: '#48300A'

red 72 ◦ green 48 ◦ blue 10

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

Shades of Clinker #48300A

Tints of Clinker #48300A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.69%

R = 55.38%
G = 36.92%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#48300A (or 0x48300A) is known color: Clinker. HEX triplet: 48, 30 and 0A. RGB value is (72,48,10). Sum of RGB (Red+Green+Blue) = 72+48+10=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #48300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48300A is #B7CFF5. Grayscale: #333333. Windows color (decimal): -12046326 or 667720. OLE color: 667720.

HSL color Cylindrical-coordinate representation of color #48300A: hue angle of 36.77º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48300A is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 48 10 -
CMYK 0 0.33 0.86 0.72
HSL 36.77º 0.76% 0.16% -
HSV(B) 36.77º 0.86% 0.28% -
XYZ 3.78 3.51 0.77 -
YUV 50.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 72 48 10 0 0.33 0.86 0.72 36.77 0.76 0.16
Hex 48 30 A 0 21 56 48 25 4C 10
Octal 110 60 12 0 41 126 110 45 114 20
Binary 1001000 110000 1010 0 100001 1010110 1001000 100101 1001100 10000

Color Harmonies of #48300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48300A

Black with #48300A

Text Example


Text Example

White with #48300A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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