Html Css Color HEX #483824 Clinker

📋 copy color: '#483824'

red 72 ◦ green 56 ◦ blue 36

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

Shades of Clinker #483824

Tints of Clinker #483824

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.15%

 BLUE value IS 36 (14.45% from 255) = 21.95%

R = 43.9%
G = 34.15%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#483824 (or 0x483824) is known color: Clinker. HEX triplet: 48, 38 and 24. RGB value is (72,56,36). Sum of RGB (Red+Green+Blue) = 72+56+36=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #483824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483824 is #B7C7DB. Grayscale: #3A3A3A. Windows color (decimal): -12044252 or 2373704. OLE color: 2373704.

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

Color convert

RGB 72 56 36 -
CMYK 0 0.22 0.5 0.72
HSL 33.33º 0.33% 0.21% -
HSV(B) 33.33º 0.5% 0.28% -
XYZ 4.41 4.33 2.27 -
YUV 58.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 72 56 36 0 0.22 0.5 0.72 33.33 0.33 0.21
Hex 48 38 24 0 16 32 48 21 21 15
Octal 110 70 44 0 26 62 110 41 41 25
Binary 1001000 111000 100100 0 10110 110010 1001000 100001 100001 10101

Color Harmonies of #483824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483824

Black with #483824

Text Example


Text Example

White with #483824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483824; }

 p { color: rgb(72,56,36); }

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

background-color css

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

 a { background-color: rgb(72,56,36); }

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

border-color css

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

 span { border-color: rgb(72,56,36); }

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