Html Css Color HEX #483006 Clinker

📋 copy color: '#483006'

red 72 ◦ green 48 ◦ blue 6

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

Shades of Clinker #483006

Tints of Clinker #483006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.76%

R = 57.14%
G = 38.1%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#483006 (or 0x483006) is known color: Clinker. HEX triplet: 48, 30 and 06. RGB value is (72,48,6). Sum of RGB (Red+Green+Blue) = 72+48+6=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #483006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483006 is #B7CFF9. Grayscale: #323232. Windows color (decimal): -12046330 or 405576. OLE color: 405576.

HSL color Cylindrical-coordinate representation of color #483006: hue angle of 38.18º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #483006 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 48 6 -
CMYK 0 0.33 0.92 0.72
HSL 38.18º 0.85% 0.15% -
HSV(B) 38.18º 0.92% 0.28% -
XYZ 3.76 3.5 0.65 -
YUV 50.39 102.95 143.42 -
System Red Green Blue C M Y K H S L
Decimal 72 48 6 0 0.33 0.92 0.72 38.18 0.85 0.15
Hex 48 30 6 0 21 5C 48 26 55 F
Octal 110 60 6 0 41 134 110 46 125 17
Binary 1001000 110000 110 0 100001 1011100 1001000 100110 1010101 1111

Color Harmonies of #483006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483006

Black with #483006

Text Example


Text Example

White with #483006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483006; }

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

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

background-color css

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

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

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

border-color css

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

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

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