Html Css Color HEX #48310A Clinker

📋 copy color: '#48310A'

red 72 ◦ green 49 ◦ blue 10

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

Shades of Clinker #48310A

Tints of Clinker #48310A

RGB

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

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

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

R = 54.96%
G = 37.4%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#48310A (or 0x48310A) is known color: Clinker. HEX triplet: 48, 31 and 0A. RGB value is (72,49,10). Sum of RGB (Red+Green+Blue) = 72+49+10=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #48310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48310A is #B7CEF5. Grayscale: #333333. Windows color (decimal): -12046070 or 667976. OLE color: 667976.

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

Color convert

RGB 72 49 10 -
CMYK 0 0.32 0.86 0.72
HSL 37.74º 0.76% 0.16% -
HSV(B) 37.74º 0.86% 0.28% -
XYZ 3.83 3.6 0.78 -
YUV 51.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 72 49 10 0 0.32 0.86 0.72 37.74 0.76 0.16
Hex 48 31 A 0 20 56 48 26 4C 10
Octal 110 61 12 0 40 126 110 46 114 20
Binary 1001000 110001 1010 0 100000 1010110 1001000 100110 1001100 10000

Color Harmonies of #48310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48310A

Black with #48310A

Text Example


Text Example

White with #48310A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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