Html Css Color HEX #483018 Clinker

📋 copy color: '#483018'

red 72 ◦ green 48 ◦ blue 24

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

Shades of Clinker #483018

Tints of Clinker #483018

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.33%

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

R = 50%
G = 33.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#483018 (or 0x483018) is known color: Clinker. HEX triplet: 48, 30 and 18. RGB value is (72,48,24). Sum of RGB (Red+Green+Blue) = 72+48+24=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #483018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483018 is #B7CFE7. Grayscale: #343434. Windows color (decimal): -12046312 or 1585224. OLE color: 1585224.

HSL color Cylindrical-coordinate representation of color #483018: hue angle of 30º 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 #483018 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 48 24 -
CMYK 0 0.33 0.67 0.72
HSL 30º 0.5% 0.19% -
HSV(B) 30º 0.67% 0.28% -
XYZ 3.89 3.56 1.35 -
YUV 52.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 72 48 24 0 0.33 0.67 0.72 30 0.5 0.19
Hex 48 30 18 0 21 43 48 1E 32 13
Octal 110 60 30 0 41 103 110 36 62 23
Binary 1001000 110000 11000 0 100001 1000011 1001000 11110 110010 10011

Color Harmonies of #483018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483018

Black with #483018

Text Example


Text Example

White with #483018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483018; }

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

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

background-color css

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

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

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

border-color css

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

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

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