Html Css Color HEX #483A27 Clinker

📋 copy color: '#483A27'

red 72 ◦ green 58 ◦ blue 39

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

Shades of Clinker #483A27

Tints of Clinker #483A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 23.08%

R = 42.6%
G = 34.32%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#483A27 (or 0x483A27) is known color: Clinker. HEX triplet: 48, 3A and 27. RGB value is (72,58,39). Sum of RGB (Red+Green+Blue) = 72+58+39=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #483A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A27 is #B7C5D8. Grayscale: #3C3C3C. Windows color (decimal): -12043737 or 2570824. OLE color: 2570824.

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

Color convert

RGB 72 58 39 -
CMYK 0 0.19 0.46 0.72
HSL 34.55º 0.3% 0.22% -
HSV(B) 34.55º 0.46% 0.28% -
XYZ 4.55 4.55 2.56 -
YUV 60.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 72 58 39 0 0.19 0.46 0.72 34.55 0.3 0.22
Hex 48 3A 27 0 13 2E 48 23 1E 16
Octal 110 72 47 0 23 56 110 43 36 26
Binary 1001000 111010 100111 0 10011 101110 1001000 100011 11110 10110

Color Harmonies of #483A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A27

Black with #483A27

Text Example


Text Example

White with #483A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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