Html Css Color HEX #483009 Clinker

📋 copy color: '#483009'

red 72 ◦ green 48 ◦ blue 9

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

Shades of Clinker #483009

Tints of Clinker #483009

RGB

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

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

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

R = 55.81%
G = 37.21%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#483009 (or 0x483009) is known color: Clinker. HEX triplet: 48, 30 and 09. RGB value is (72,48,9). Sum of RGB (Red+Green+Blue) = 72+48+9=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #483009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483009 is #B7CFF6. Grayscale: #323232. Windows color (decimal): -12046327 or 602184. OLE color: 602184.

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

Color convert

RGB 72 48 9 -
CMYK 0 0.33 0.88 0.72
HSL 37.14º 0.78% 0.16% -
HSV(B) 37.14º 0.88% 0.28% -
XYZ 3.78 3.51 0.74 -
YUV 50.73 104.45 143.17 -
System Red Green Blue C M Y K H S L
Decimal 72 48 9 0 0.33 0.88 0.72 37.14 0.78 0.16
Hex 48 30 9 0 21 58 48 25 4E 10
Octal 110 60 11 0 41 130 110 45 116 20
Binary 1001000 110000 1001 0 100001 1011000 1001000 100101 1001110 10000

Color Harmonies of #483009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483009

Black with #483009

Text Example


Text Example

White with #483009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483009; }

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

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

background-color css

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

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

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

border-color css

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

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

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