Html Css Color HEX #483415 Clinker

📋 copy color: '#483415'

red 72 ◦ green 52 ◦ blue 21

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

Shades of Clinker #483415

Tints of Clinker #483415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.86%

 BLUE value IS 21 (8.59% from 255) = 14.48%

R = 49.66%
G = 35.86%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#483415 (or 0x483415) is known color: Clinker. HEX triplet: 48, 34 and 15. RGB value is (72,52,21). Sum of RGB (Red+Green+Blue) = 72+52+21=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #483415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483415 is #B7CBEA. Grayscale: #363636. Windows color (decimal): -12045291 or 1389640. OLE color: 1389640.

HSL color Cylindrical-coordinate representation of color #483415: hue angle of 36.47º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #483415 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 52 21 -
CMYK 0 0.28 0.71 0.72
HSL 36.47º 0.55% 0.18% -
HSV(B) 36.47º 0.71% 0.28% -
XYZ 4.04 3.89 1.25 -
YUV 54.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 72 52 21 0 0.28 0.71 0.72 36.47 0.55 0.18
Hex 48 34 15 0 1C 47 48 24 37 12
Octal 110 64 25 0 34 107 110 44 67 22
Binary 1001000 110100 10101 0 11100 1000111 1001000 100100 110111 10010

Color Harmonies of #483415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483415

Black with #483415

Text Example


Text Example

White with #483415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483415; }

 p { color: rgb(72,52,21); }

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

background-color css

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

 a { background-color: rgb(72,52,21); }

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

border-color css

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

 span { border-color: rgb(72,52,21); }

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