Html Css Color HEX #483218 Clinker

📋 copy color: '#483218'

red 72 ◦ green 50 ◦ blue 24

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

Shades of Clinker #483218

Tints of Clinker #483218

RGB

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

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

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

R = 49.32%
G = 34.25%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#483218 (or 0x483218) is known color: Clinker. HEX triplet: 48, 32 and 18. RGB value is (72,50,24). Sum of RGB (Red+Green+Blue) = 72+50+24=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #483218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483218 is #B7CDE7. Grayscale: #353535. Windows color (decimal): -12045800 or 1585736. OLE color: 1585736.

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

Color convert

RGB 72 50 24 -
CMYK 0 0.31 0.67 0.72
HSL 32.5º 0.5% 0.19% -
HSV(B) 32.5º 0.67% 0.28% -
XYZ 3.98 3.72 1.37 -
YUV 53.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 72 50 24 0 0.31 0.67 0.72 32.5 0.5 0.19
Hex 48 32 18 0 1F 43 48 20 32 13
Octal 110 62 30 0 37 103 110 40 62 23
Binary 1001000 110010 11000 0 11111 1000011 1001000 100000 110010 10011

Color Harmonies of #483218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483218

Black with #483218

Text Example


Text Example

White with #483218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483218; }

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

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

background-color css

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

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

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

border-color css

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

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

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