Html Css Color HEX #48320F Clinker

📋 copy color: '#48320F'

red 72 ◦ green 50 ◦ blue 15

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

Shades of Clinker #48320F

Tints of Clinker #48320F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.5%

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

R = 52.55%
G = 36.5%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48320F (or 0x48320F) is known color: Clinker. HEX triplet: 48, 32 and 0F. RGB value is (72,50,15). Sum of RGB (Red+Green+Blue) = 72+50+15=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48320F is #B7CDF0. Grayscale: #343434. Windows color (decimal): -12045809 or 995912. OLE color: 995912.

HSL color Cylindrical-coordinate representation of color #48320F: hue angle of 36.84º 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 #48320F is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 50 15 -
CMYK 0 0.31 0.79 0.72
HSL 36.84º 0.66% 0.17% -
HSV(B) 36.84º 0.79% 0.28% -
XYZ 3.9 3.69 0.96 -
YUV 52.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 72 50 15 0 0.31 0.79 0.72 36.84 0.66 0.17
Hex 48 32 F 0 1F 4F 48 25 42 11
Octal 110 62 17 0 37 117 110 45 102 21
Binary 1001000 110010 1111 0 11111 1001111 1001000 100101 1000010 10001

Color Harmonies of #48320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48320F

Black with #48320F

Text Example


Text Example

White with #48320F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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