Html Css Color HEX #483618 Clinker

📋 copy color: '#483618'

red 72 ◦ green 54 ◦ blue 24

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

Shades of Clinker #483618

Tints of Clinker #483618

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36%

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

R = 48%
G = 36%
B = 16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#483618 (or 0x483618) is known color: Clinker. HEX triplet: 48, 36 and 18. RGB value is (72,54,24). Sum of RGB (Red+Green+Blue) = 72+54+24=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #483618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483618 is #B7C9E7. Grayscale: #383838. Windows color (decimal): -12044776 or 1586760. OLE color: 1586760.

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

Color convert

RGB 72 54 24 -
CMYK 0 0.25 0.67 0.72
HSL 37.5º 0.5% 0.19% -
HSV(B) 37.5º 0.67% 0.28% -
XYZ 4.16 4.08 1.43 -
YUV 55.96 109.96 139.44 -
System Red Green Blue C M Y K H S L
Decimal 72 54 24 0 0.25 0.67 0.72 37.5 0.5 0.19
Hex 48 36 18 0 19 43 48 26 32 13
Octal 110 66 30 0 31 103 110 46 62 23
Binary 1001000 110110 11000 0 11001 1000011 1001000 100110 110010 10011

Color Harmonies of #483618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483618

Black with #483618

Text Example


Text Example

White with #483618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483618; }

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

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

background-color css

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

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

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

border-color css

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

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

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