Html Css Color HEX #483109 Clinker

📋 copy color: '#483109'

red 72 ◦ green 49 ◦ blue 9

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

Shades of Clinker #483109

Tints of Clinker #483109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.92%

R = 55.38%
G = 37.69%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#483109 (or 0x483109) is known color: Clinker. HEX triplet: 48, 31 and 09. RGB value is (72,49,9). Sum of RGB (Red+Green+Blue) = 72+49+9=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #483109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483109 is #B7CEF6. Grayscale: #333333. Windows color (decimal): -12046071 or 602440. OLE color: 602440.

HSL color Cylindrical-coordinate representation of color #483109: hue angle of 38.1º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #483109 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 49 9 -
CMYK 0 0.32 0.88 0.72
HSL 38.1º 0.78% 0.16% -
HSV(B) 38.1º 0.88% 0.28% -
XYZ 3.82 3.59 0.75 -
YUV 51.32 104.12 142.75 -
System Red Green Blue C M Y K H S L
Decimal 72 49 9 0 0.32 0.88 0.72 38.1 0.78 0.16
Hex 48 31 9 0 20 58 48 26 4E 10
Octal 110 61 11 0 40 130 110 46 116 20
Binary 1001000 110001 1001 0 100000 1011000 1001000 100110 1001110 10000

Color Harmonies of #483109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483109

Black with #483109

Text Example


Text Example

White with #483109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483109; }

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

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

background-color css

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

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

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

border-color css

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

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

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