Html Css Color HEX #483118 Clinker

📋 copy color: '#483118'

red 72 ◦ green 49 ◦ blue 24

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

Shades of Clinker #483118

Tints of Clinker #483118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.55%

R = 49.66%
G = 33.79%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#483118 (or 0x483118) is known color: Clinker. HEX triplet: 48, 31 and 18. RGB value is (72,49,24). Sum of RGB (Red+Green+Blue) = 72+49+24=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #483118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483118 is #B7CEE7. Grayscale: #353535. Windows color (decimal): -12046056 or 1585480. OLE color: 1585480.

HSL color Cylindrical-coordinate representation of color #483118: hue angle of 31.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #483118 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 49 24 -
CMYK 0 0.32 0.67 0.72
HSL 31.25º 0.5% 0.19% -
HSV(B) 31.25º 0.67% 0.28% -
XYZ 3.94 3.64 1.36 -
YUV 53.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 72 49 24 0 0.32 0.67 0.72 31.25 0.5 0.19
Hex 48 31 18 0 20 43 48 1F 32 13
Octal 110 61 30 0 40 103 110 37 62 23
Binary 1001000 110001 11000 0 100000 1000011 1001000 11111 110010 10011

Color Harmonies of #483118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483118

Black with #483118

Text Example


Text Example

White with #483118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483118; }

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

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

background-color css

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

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

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

border-color css

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

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

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