Html Css Color HEX #483522 Clinker

📋 copy color: '#483522'

red 72 ◦ green 53 ◦ blue 34

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

Shades of Clinker #483522

Tints of Clinker #483522

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.33%

 BLUE value IS 34 (13.67% from 255) = 21.38%

R = 45.28%
G = 33.33%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#483522 (or 0x483522) is known color: Clinker. HEX triplet: 48, 35 and 22. RGB value is (72,53,34). Sum of RGB (Red+Green+Blue) = 72+53+34=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 34 (13.67% from 255 or 21.38% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #483522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483522 is #B7CADD. Grayscale: #383838. Windows color (decimal): -12045022 or 2241864. OLE color: 2241864.

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

Color convert

RGB 72 53 34 -
CMYK 0 0.26 0.53 0.72
HSL 30º 0.36% 0.21% -
HSV(B) 30º 0.53% 0.28% -
XYZ 4.23 4.04 2.07 -
YUV 56.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 72 53 34 0 0.26 0.53 0.72 30 0.36 0.21
Hex 48 35 22 0 1A 35 48 1E 24 15
Octal 110 65 42 0 32 65 110 36 44 25
Binary 1001000 110101 100010 0 11010 110101 1001000 11110 100100 10101

Color Harmonies of #483522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483522

Black with #483522

Text Example


Text Example

White with #483522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483522; }

 p { color: rgb(72,53,34); }

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

background-color css

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

 a { background-color: rgb(72,53,34); }

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

border-color css

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

 span { border-color: rgb(72,53,34); }

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