Html Css Color HEX #483013 Clinker

📋 copy color: '#483013'

red 72 ◦ green 48 ◦ blue 19

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

Shades of Clinker #483013

Tints of Clinker #483013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.53%

 BLUE value IS 19 (7.81% from 255) = 13.67%

R = 51.8%
G = 34.53%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#483013 (or 0x483013) is known color: Clinker. HEX triplet: 48, 30 and 13. RGB value is (72,48,19). Sum of RGB (Red+Green+Blue) = 72+48+19=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #483013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483013 is #B7CFEC. Grayscale: #343434. Windows color (decimal): -12046317 or 1257544. OLE color: 1257544.

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

Color convert

RGB 72 48 19 -
CMYK 0 0.33 0.74 0.72
HSL 32.83º 0.58% 0.18% -
HSV(B) 32.83º 0.74% 0.28% -
XYZ 3.85 3.54 1.1 -
YUV 51.87 109.45 142.36 -
System Red Green Blue C M Y K H S L
Decimal 72 48 19 0 0.33 0.74 0.72 32.83 0.58 0.18
Hex 48 30 13 0 21 4A 48 21 3A 12
Octal 110 60 23 0 41 112 110 41 72 22
Binary 1001000 110000 10011 0 100001 1001010 1001000 100001 111010 10010

Color Harmonies of #483013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483013

Black with #483013

Text Example


Text Example

White with #483013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483013; }

 p { color: rgb(72,48,19); }

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

background-color css

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

 a { background-color: rgb(72,48,19); }

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

border-color css

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

 span { border-color: rgb(72,48,19); }

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