Html Css Color HEX #483518 Clinker

📋 copy color: '#483518'

red 72 ◦ green 53 ◦ blue 24

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

Shades of Clinker #483518

Tints of Clinker #483518

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.57%

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

R = 48.32%
G = 35.57%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#483518 (or 0x483518) is known color: Clinker. HEX triplet: 48, 35 and 18. RGB value is (72,53,24). Sum of RGB (Red+Green+Blue) = 72+53+24=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #483518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483518 is #B7CAE7. Grayscale: #373737. Windows color (decimal): -12045032 or 1586504. OLE color: 1586504.

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

Color convert

RGB 72 53 24 -
CMYK 0 0.26 0.67 0.72
HSL 36.25º 0.5% 0.19% -
HSV(B) 36.25º 0.67% 0.28% -
XYZ 4.11 3.99 1.42 -
YUV 55.38 110.29 139.86 -
System Red Green Blue C M Y K H S L
Decimal 72 53 24 0 0.26 0.67 0.72 36.25 0.5 0.19
Hex 48 35 18 0 1A 43 48 24 32 13
Octal 110 65 30 0 32 103 110 44 62 23
Binary 1001000 110101 11000 0 11010 1000011 1001000 100100 110010 10011

Color Harmonies of #483518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483518

Black with #483518

Text Example


Text Example

White with #483518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483518; }

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

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

background-color css

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

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

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

border-color css

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

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

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