Html Css Color HEX #483B24 Clinker

📋 copy color: '#483B24'

red 72 ◦ green 59 ◦ blue 36

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

Shades of Clinker #483B24

Tints of Clinker #483B24

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.33%

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

R = 43.11%
G = 35.33%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#483B24 (or 0x483B24) is known color: Clinker. HEX triplet: 48, 3B and 24. RGB value is (72,59,36). Sum of RGB (Red+Green+Blue) = 72+59+36=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #483B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B24 is #B7C4DB. Grayscale: #3C3C3C. Windows color (decimal): -12043484 or 2374472. OLE color: 2374472.

HSL color Cylindrical-coordinate representation of color #483B24: hue angle of 38.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 #483B24 is Cyan = 0, Magento = 0.18, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 59 36 -
CMYK 0 0.18 0.5 0.72
HSL 38.33º 0.33% 0.21% -
HSV(B) 38.33º 0.5% 0.28% -
XYZ 4.55 4.63 2.32 -
YUV 60.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 72 59 36 0 0.18 0.5 0.72 38.33 0.33 0.21
Hex 48 3B 24 0 12 32 48 26 21 15
Octal 110 73 44 0 22 62 110 46 41 25
Binary 1001000 111011 100100 0 10010 110010 1001000 100110 100001 10101

Color Harmonies of #483B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B24

Black with #483B24

Text Example


Text Example

White with #483B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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