Html Css Color HEX #483117 Clinker

📋 copy color: '#483117'

red 72 ◦ green 49 ◦ blue 23

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

Shades of Clinker #483117

Tints of Clinker #483117

RGB

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

 GREEN value IS 49 (19.53% from 255) = 34.03%

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

R = 50%
G = 34.03%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#483117 (or 0x483117) is known color: Clinker. HEX triplet: 48, 31 and 17. RGB value is (72,49,23). Sum of RGB (Red+Green+Blue) = 72+49+23=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #483117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483117 is #B7CEE8. Grayscale: #353535. Windows color (decimal): -12046057 or 1519944. OLE color: 1519944.

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

Color convert

RGB 72 49 23 -
CMYK 0 0.32 0.68 0.72
HSL 31.84º 0.52% 0.19% -
HSV(B) 31.84º 0.68% 0.28% -
XYZ 3.93 3.64 1.31 -
YUV 52.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 72 49 23 0 0.32 0.68 0.72 31.84 0.52 0.19
Hex 48 31 17 0 20 44 48 20 34 13
Octal 110 61 27 0 40 104 110 40 64 23
Binary 1001000 110001 10111 0 100000 1000100 1001000 100000 110100 10011

Color Harmonies of #483117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483117

Black with #483117

Text Example


Text Example

White with #483117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483117; }

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

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

background-color css

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

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

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

border-color css

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

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

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