Html Css Color HEX #48310B Clinker

📋 copy color: '#48310B'

red 72 ◦ green 49 ◦ blue 11

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

Shades of Clinker #48310B

Tints of Clinker #48310B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.33%

R = 54.55%
G = 37.12%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#48310B (or 0x48310B) is known color: Clinker. HEX triplet: 48, 31 and 0B. RGB value is (72,49,11). Sum of RGB (Red+Green+Blue) = 72+49+11=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #48310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48310B is #B7CEF4. Grayscale: #333333. Windows color (decimal): -12046069 or 733512. OLE color: 733512.

HSL color Cylindrical-coordinate representation of color #48310B: hue angle of 37.38º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48310B is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 49 11 -
CMYK 0 0.32 0.85 0.72
HSL 37.38º 0.73% 0.16% -
HSV(B) 37.38º 0.85% 0.28% -
XYZ 3.83 3.6 0.81 -
YUV 51.55 105.12 142.59 -
System Red Green Blue C M Y K H S L
Decimal 72 49 11 0 0.32 0.85 0.72 37.38 0.73 0.16
Hex 48 31 B 0 20 55 48 25 49 10
Octal 110 61 13 0 40 125 110 45 111 20
Binary 1001000 110001 1011 0 100000 1010101 1001000 100101 1001001 10000

Color Harmonies of #48310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48310B

Black with #48310B

Text Example


Text Example

White with #48310B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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