Html Css Color HEX #48300C Clinker

📋 copy color: '#48300C'

red 72 ◦ green 48 ◦ blue 12

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

Shades of Clinker #48300C

Tints of Clinker #48300C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.09%

R = 54.55%
G = 36.36%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#48300C (or 0x48300C) is known color: Clinker. HEX triplet: 48, 30 and 0C. RGB value is (72,48,12). Sum of RGB (Red+Green+Blue) = 72+48+12=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #48300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48300C is #B7CFF3. Grayscale: #333333. Windows color (decimal): -12046324 or 798792. OLE color: 798792.

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

Color convert

RGB 72 48 12 -
CMYK 0 0.33 0.83 0.72
HSL 36º 0.71% 0.16% -
HSV(B) 36º 0.83% 0.28% -
XYZ 3.8 3.52 0.83 -
YUV 51.07 105.95 142.93 -
System Red Green Blue C M Y K H S L
Decimal 72 48 12 0 0.33 0.83 0.72 36 0.71 0.16
Hex 48 30 C 0 21 53 48 24 47 10
Octal 110 60 14 0 41 123 110 44 107 20
Binary 1001000 110000 1100 0 100001 1010011 1001000 100100 1000111 10000

Color Harmonies of #48300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48300C

Black with #48300C

Text Example


Text Example

White with #48300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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