Html Css Color HEX #483413 Clinker

📋 copy color: '#483413'

red 72 ◦ green 52 ◦ blue 19

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

Shades of Clinker #483413

Tints of Clinker #483413

RGB

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

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

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

R = 50.35%
G = 36.36%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#483413 (or 0x483413) is known color: Clinker. HEX triplet: 48, 34 and 13. RGB value is (72,52,19). Sum of RGB (Red+Green+Blue) = 72+52+19=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #483413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483413 is #B7CBEC. Grayscale: #363636. Windows color (decimal): -12045293 or 1258568. OLE color: 1258568.

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

Color convert

RGB 72 52 19 -
CMYK 0 0.28 0.74 0.72
HSL 37.36º 0.58% 0.18% -
HSV(B) 37.36º 0.74% 0.28% -
XYZ 4.02 3.88 1.15 -
YUV 54.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 72 52 19 0 0.28 0.74 0.72 37.36 0.58 0.18
Hex 48 34 13 0 1C 4A 48 25 3A 12
Octal 110 64 23 0 34 112 110 45 72 22
Binary 1001000 110100 10011 0 11100 1001010 1001000 100101 111010 10010

Color Harmonies of #483413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483413

Black with #483413

Text Example


Text Example

White with #483413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483413; }

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

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

background-color css

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

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

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

border-color css

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

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

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