Html Css Color HEX #483517 Clinker

📋 copy color: '#483517'

red 72 ◦ green 53 ◦ blue 23

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

Shades of Clinker #483517

Tints of Clinker #483517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.54%

R = 48.65%
G = 35.81%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#483517 (or 0x483517) is known color: Clinker. HEX triplet: 48, 35 and 17. RGB value is (72,53,23). Sum of RGB (Red+Green+Blue) = 72+53+23=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #483517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483517 is #B7CAE8. Grayscale: #373737. Windows color (decimal): -12045033 or 1520968. OLE color: 1520968.

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

Color convert

RGB 72 53 23 -
CMYK 0 0.26 0.68 0.72
HSL 36.73º 0.52% 0.19% -
HSV(B) 36.73º 0.68% 0.28% -
XYZ 4.1 3.99 1.36 -
YUV 55.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 72 53 23 0 0.26 0.68 0.72 36.73 0.52 0.19
Hex 48 35 17 0 1A 44 48 25 34 13
Octal 110 65 27 0 32 104 110 45 64 23
Binary 1001000 110101 10111 0 11010 1000100 1001000 100101 110100 10011

Color Harmonies of #483517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483517

Black with #483517

Text Example


Text Example

White with #483517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483517; }

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

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

background-color css

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

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

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

border-color css

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

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

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