Html Css Color HEX #483A2A Clinker

📋 copy color: '#483A2A'

red 72 ◦ green 58 ◦ blue 42

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

Shades of Clinker #483A2A

Tints of Clinker #483A2A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.72%

 BLUE value IS 42 (16.8% from 255) = 24.42%

R = 41.86%
G = 33.72%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#483A2A (or 0x483A2A) is known color: Clinker. HEX triplet: 48, 3A and 2A. RGB value is (72,58,42). Sum of RGB (Red+Green+Blue) = 72+58+42=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #483A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A2A is #B7C5D5. Grayscale: #3C3C3C. Windows color (decimal): -12043734 or 2767432. OLE color: 2767432.

HSL color Cylindrical-coordinate representation of color #483A2A: hue angle of 32º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #483A2A is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 58 42 -
CMYK 0 0.19 0.42 0.72
HSL 32º 0.26% 0.22% -
HSV(B) 32º 0.42% 0.28% -
XYZ 4.6 4.57 2.83 -
YUV 60.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 72 58 42 0 0.19 0.42 0.72 32 0.26 0.22
Hex 48 3A 2A 0 13 2A 48 20 1A 16
Octal 110 72 52 0 23 52 110 40 32 26
Binary 1001000 111010 101010 0 10011 101010 1001000 100000 11010 10110

Color Harmonies of #483A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A2A

Black with #483A2A

Text Example


Text Example

White with #483A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,58,42); }

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

background-color css

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

 a { background-color: rgb(72,58,42); }

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

border-color css

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

 span { border-color: rgb(72,58,42); }

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