Html Css Color HEX #48320D Clinker

📋 copy color: '#48320D'

red 72 ◦ green 50 ◦ blue 13

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

Shades of Clinker #48320D

Tints of Clinker #48320D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.63%

R = 53.33%
G = 37.04%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48320D (or 0x48320D) is known color: Clinker. HEX triplet: 48, 32 and 0D. RGB value is (72,50,13). Sum of RGB (Red+Green+Blue) = 72+50+13=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48320D is #B7CDF2. Grayscale: #343434. Windows color (decimal): -12045811 or 864840. OLE color: 864840.

HSL color Cylindrical-coordinate representation of color #48320D: hue angle of 37.63º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48320D is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 50 13 -
CMYK 0 0.31 0.82 0.72
HSL 37.63º 0.69% 0.17% -
HSV(B) 37.63º 0.82% 0.28% -
XYZ 3.89 3.69 0.89 -
YUV 52.36 105.79 142.01 -
System Red Green Blue C M Y K H S L
Decimal 72 50 13 0 0.31 0.82 0.72 37.63 0.69 0.17
Hex 48 32 D 0 1F 52 48 26 45 11
Octal 110 62 15 0 37 122 110 46 105 21
Binary 1001000 110010 1101 0 11111 1010010 1001000 100110 1000101 10001

Color Harmonies of #48320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48320D

Black with #48320D

Text Example


Text Example

White with #48320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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