Html Css Color HEX #48320B Clinker

📋 copy color: '#48320B'

red 72 ◦ green 50 ◦ blue 11

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

Shades of Clinker #48320B

Tints of Clinker #48320B

RGB

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

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

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

R = 54.14%
G = 37.59%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#48320B (or 0x48320B) is known color: Clinker. HEX triplet: 48, 32 and 0B. RGB value is (72,50,11). Sum of RGB (Red+Green+Blue) = 72+50+11=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #48320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48320B is #B7CDF4. Grayscale: #343434. Windows color (decimal): -12045813 or 733768. OLE color: 733768.

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

Color convert

RGB 72 50 11 -
CMYK 0 0.31 0.85 0.72
HSL 38.36º 0.73% 0.16% -
HSV(B) 38.36º 0.85% 0.28% -
XYZ 3.87 3.68 0.82 -
YUV 52.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 72 50 11 0 0.31 0.85 0.72 38.36 0.73 0.16
Hex 48 32 B 0 1F 55 48 26 49 10
Octal 110 62 13 0 37 125 110 46 111 20
Binary 1001000 110010 1011 0 11111 1010101 1001000 100110 1001001 10000

Color Harmonies of #48320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48320B

Black with #48320B

Text Example


Text Example

White with #48320B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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