Html Css Color HEX #483619 Clinker

📋 copy color: '#483619'

red 72 ◦ green 54 ◦ blue 25

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

Shades of Clinker #483619

Tints of Clinker #483619

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.76%

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

R = 47.68%
G = 35.76%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#483619 (or 0x483619) is known color: Clinker. HEX triplet: 48, 36 and 19. RGB value is (72,54,25). Sum of RGB (Red+Green+Blue) = 72+54+25=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #483619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483619 is #B7C9E6. Grayscale: #383838. Windows color (decimal): -12044775 or 1652296. OLE color: 1652296.

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

Color convert

RGB 72 54 25 -
CMYK 0 0.25 0.65 0.72
HSL 37.02º 0.48% 0.19% -
HSV(B) 37.02º 0.65% 0.28% -
XYZ 4.17 4.09 1.49 -
YUV 56.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 72 54 25 0 0.25 0.65 0.72 37.02 0.48 0.19
Hex 48 36 19 0 19 41 48 25 30 13
Octal 110 66 31 0 31 101 110 45 60 23
Binary 1001000 110110 11001 0 11001 1000001 1001000 100101 110000 10011

Color Harmonies of #483619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483619

Black with #483619

Text Example


Text Example

White with #483619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483619; }

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

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

background-color css

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

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

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

border-color css

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

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

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