Html Css Color HEX #483719 Clinker

📋 copy color: '#483719'

red 72 ◦ green 55 ◦ blue 25

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

Shades of Clinker #483719

Tints of Clinker #483719

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.18%

 BLUE value IS 25 (10.16% from 255) = 16.45%

R = 47.37%
G = 36.18%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#483719 (or 0x483719) is known color: Clinker. HEX triplet: 48, 37 and 19. RGB value is (72,55,25). Sum of RGB (Red+Green+Blue) = 72+55+25=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #483719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483719 is #B7C8E6. Grayscale: #383838. Windows color (decimal): -12044519 or 1652552. OLE color: 1652552.

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

Color convert

RGB 72 55 25 -
CMYK 0 0.24 0.65 0.72
HSL 38.3º 0.48% 0.19% -
HSV(B) 38.3º 0.65% 0.28% -
XYZ 4.21 4.18 1.5 -
YUV 56.66 110.13 138.94 -
System Red Green Blue C M Y K H S L
Decimal 72 55 25 0 0.24 0.65 0.72 38.3 0.48 0.19
Hex 48 37 19 0 18 41 48 26 30 13
Octal 110 67 31 0 30 101 110 46 60 23
Binary 1001000 110111 11001 0 11000 1000001 1001000 100110 110000 10011

Color Harmonies of #483719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483719

Black with #483719

Text Example


Text Example

White with #483719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483719; }

 p { color: rgb(72,55,25); }

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

background-color css

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

 a { background-color: rgb(72,55,25); }

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

border-color css

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

 span { border-color: rgb(72,55,25); }

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