Html Css Color HEX #483615 Clinker

📋 copy color: '#483615'

red 72 ◦ green 54 ◦ blue 21

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

Shades of Clinker #483615

Tints of Clinker #483615

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.73%

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

R = 48.98%
G = 36.73%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#483615 (or 0x483615) is known color: Clinker. HEX triplet: 48, 36 and 15. RGB value is (72,54,21). Sum of RGB (Red+Green+Blue) = 72+54+21=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #483615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483615 is #B7C9EA. Grayscale: #373737. Windows color (decimal): -12044779 or 1390152. OLE color: 1390152.

HSL color Cylindrical-coordinate representation of color #483615: hue angle of 38.82º 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 #483615 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 54 21 -
CMYK 0 0.25 0.71 0.72
HSL 38.82º 0.55% 0.18% -
HSV(B) 38.82º 0.71% 0.28% -
XYZ 4.13 4.07 1.28 -
YUV 55.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 72 54 21 0 0.25 0.71 0.72 38.82 0.55 0.18
Hex 48 36 15 0 19 47 48 27 37 12
Octal 110 66 25 0 31 107 110 47 67 22
Binary 1001000 110110 10101 0 11001 1000111 1001000 100111 110111 10010

Color Harmonies of #483615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483615

Black with #483615

Text Example


Text Example

White with #483615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483615; }

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

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

background-color css

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

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

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

border-color css

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

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

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