Html Css Color HEX #48310C Clinker

📋 copy color: '#48310C'

red 72 ◦ green 49 ◦ blue 12

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

Shades of Clinker #48310C

Tints of Clinker #48310C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 36.84%

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

R = 54.14%
G = 36.84%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#48310C (or 0x48310C) is known color: Clinker. HEX triplet: 48, 31 and 0C. RGB value is (72,49,12). Sum of RGB (Red+Green+Blue) = 72+49+12=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #48310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48310C is #B7CEF3. Grayscale: #333333. Windows color (decimal): -12046068 or 799048. OLE color: 799048.

HSL color Cylindrical-coordinate representation of color #48310C: hue angle of 37º 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 #48310C is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 49 12 -
CMYK 0 0.32 0.83 0.72
HSL 37º 0.71% 0.16% -
HSV(B) 37º 0.83% 0.28% -
XYZ 3.84 3.6 0.84 -
YUV 51.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 72 49 12 0 0.32 0.83 0.72 37 0.71 0.16
Hex 48 31 C 0 20 53 48 25 47 10
Octal 110 61 14 0 40 123 110 45 107 20
Binary 1001000 110001 1100 0 100000 1010011 1001000 100101 1000111 10000

Color Harmonies of #48310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48310C

Black with #48310C

Text Example


Text Example

White with #48310C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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