Html Css Color HEX #483721 Clinker

📋 copy color: '#483721'

red 72 ◦ green 55 ◦ blue 33

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

Shades of Clinker #483721

Tints of Clinker #483721

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.38%

 BLUE value IS 33 (13.28% from 255) = 20.63%

R = 45%
G = 34.38%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#483721 (or 0x483721) is known color: Clinker. HEX triplet: 48, 37 and 21. RGB value is (72,55,33). Sum of RGB (Red+Green+Blue) = 72+55+33=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #483721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483721 is #B7C8DE. Grayscale: #393939. Windows color (decimal): -12044511 or 2176840. OLE color: 2176840.

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

Color convert

RGB 72 55 33 -
CMYK 0 0.24 0.54 0.72
HSL 33.85º 0.37% 0.21% -
HSV(B) 33.85º 0.54% 0.28% -
XYZ 4.31 4.22 2.03 -
YUV 57.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 72 55 33 0 0.24 0.54 0.72 33.85 0.37 0.21
Hex 48 37 21 0 18 36 48 22 25 15
Octal 110 67 41 0 30 66 110 42 45 25
Binary 1001000 110111 100001 0 11000 110110 1001000 100010 100101 10101

Color Harmonies of #483721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483721

Black with #483721

Text Example


Text Example

White with #483721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483721; }

 p { color: rgb(72,55,33); }

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

background-color css

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

 a { background-color: rgb(72,55,33); }

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

border-color css

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

 span { border-color: rgb(72,55,33); }

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