Html Css Color HEX #48310F Clinker

📋 copy color: '#48310F'

red 72 ◦ green 49 ◦ blue 15

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

Shades of Clinker #48310F

Tints of Clinker #48310F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.03%

R = 52.94%
G = 36.03%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48310F (or 0x48310F) is known color: Clinker. HEX triplet: 48, 31 and 0F. RGB value is (72,49,15). Sum of RGB (Red+Green+Blue) = 72+49+15=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48310F is #B7CEF0. Grayscale: #343434. Windows color (decimal): -12046065 or 995656. OLE color: 995656.

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

Color convert

RGB 72 49 15 -
CMYK 0 0.32 0.79 0.72
HSL 35.79º 0.66% 0.17% -
HSV(B) 35.79º 0.79% 0.28% -
XYZ 3.86 3.61 0.95 -
YUV 52 107.12 142.26 -
System Red Green Blue C M Y K H S L
Decimal 72 49 15 0 0.32 0.79 0.72 35.79 0.66 0.17
Hex 48 31 F 0 20 4F 48 24 42 11
Octal 110 61 17 0 40 117 110 44 102 21
Binary 1001000 110001 1111 0 100000 1001111 1001000 100100 1000010 10001

Color Harmonies of #48310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48310F

Black with #48310F

Text Example


Text Example

White with #48310F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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